7#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
8#include <aws/wellarchitected/WellArchitectedRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/wellarchitected/model/ShareStatus.h>
19namespace WellArchitected
50 inline void SetProfileArn(
const char* value) { m_profileArnHasBeenSet =
true; m_profileArn.assign(value); }
65 inline void SetSharedWithPrefix(
const char* value) { m_sharedWithPrefixHasBeenSet =
true; m_sharedWithPrefix.assign(value); }
77 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
89 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
105 bool m_profileArnHasBeenSet =
false;
108 bool m_sharedWithPrefixHasBeenSet =
false;
111 bool m_nextTokenHasBeenSet =
false;
114 bool m_maxResultsHasBeenSet =
false;
117 bool m_statusHasBeenSet =
false;
void SetMaxResults(int value)
bool NextTokenHasBeenSet() const
int GetMaxResults() const
ListProfileSharesRequest & WithProfileArn(Aws::String &&value)
ListProfileSharesRequest & WithStatus(const ShareStatus &value)
void SetStatus(const ShareStatus &value)
ListProfileSharesRequest & WithNextToken(const Aws::String &value)
ListProfileSharesRequest & WithNextToken(const char *value)
ListProfileSharesRequest & WithSharedWithPrefix(Aws::String &&value)
ListProfileSharesRequest & WithStatus(ShareStatus &&value)
ListProfileSharesRequest & WithSharedWithPrefix(const Aws::String &value)
const ShareStatus & GetStatus() const
const Aws::String & GetProfileArn() const
AWS_WELLARCHITECTED_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetStatus(ShareStatus &&value)
const Aws::String & GetNextToken() const
void SetSharedWithPrefix(Aws::String &&value)
void SetSharedWithPrefix(const char *value)
ListProfileSharesRequest & WithSharedWithPrefix(const char *value)
void SetNextToken(const char *value)
bool ProfileArnHasBeenSet() const
const Aws::String & GetSharedWithPrefix() const
void SetSharedWithPrefix(const Aws::String &value)
ListProfileSharesRequest & WithNextToken(Aws::String &&value)
void SetProfileArn(const Aws::String &value)
void SetNextToken(Aws::String &&value)
bool SharedWithPrefixHasBeenSet() const
void SetNextToken(const Aws::String &value)
bool StatusHasBeenSet() const
AWS_WELLARCHITECTED_API Aws::String SerializePayload() const override
AWS_WELLARCHITECTED_API ListProfileSharesRequest()
virtual const char * GetServiceRequestName() const override
ListProfileSharesRequest & WithProfileArn(const Aws::String &value)
void SetProfileArn(Aws::String &&value)
void SetProfileArn(const char *value)
ListProfileSharesRequest & WithProfileArn(const char *value)
ListProfileSharesRequest & WithMaxResults(int value)
bool MaxResultsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String