7#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/wellarchitected/model/ProfileShareSummary.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace WellArchitected
55 inline void SetNextToken(
const char* value) { m_nextToken.assign(value); }
66 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
void SetRequestId(Aws::String &&value)
void SetNextToken(Aws::String &&value)
void SetNextToken(const Aws::String &value)
const Aws::String & GetRequestId() const
ListProfileSharesResult & WithProfileShareSummaries(const Aws::Vector< ProfileShareSummary > &value)
void SetNextToken(const char *value)
ListProfileSharesResult & AddProfileShareSummaries(const ProfileShareSummary &value)
AWS_WELLARCHITECTED_API ListProfileSharesResult()
void SetProfileShareSummaries(const Aws::Vector< ProfileShareSummary > &value)
void SetProfileShareSummaries(Aws::Vector< ProfileShareSummary > &&value)
const Aws::String & GetNextToken() const
void SetRequestId(const char *value)
ListProfileSharesResult & AddProfileShareSummaries(ProfileShareSummary &&value)
const Aws::Vector< ProfileShareSummary > & GetProfileShareSummaries() const
ListProfileSharesResult & WithNextToken(const char *value)
AWS_WELLARCHITECTED_API ListProfileSharesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(const Aws::String &value)
AWS_WELLARCHITECTED_API ListProfileSharesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListProfileSharesResult & WithRequestId(Aws::String &&value)
ListProfileSharesResult & WithNextToken(const Aws::String &value)
ListProfileSharesResult & WithRequestId(const Aws::String &value)
ListProfileSharesResult & WithRequestId(const char *value)
ListProfileSharesResult & WithNextToken(Aws::String &&value)
ListProfileSharesResult & WithProfileShareSummaries(Aws::Vector< ProfileShareSummary > &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue