7#include <aws/route53profiles/Route53Profiles_EXPORTS.h>
8#include <aws/route53profiles/Route53ProfilesRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
18namespace Route53Profiles
51 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
68 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
82 inline void SetProfileId(
const char* value) { m_profileIdHasBeenSet =
true; m_profileId.assign(value); }
96 inline void SetResourceId(
const char* value) { m_resourceIdHasBeenSet =
true; m_resourceId.assign(value); }
104 bool m_maxResultsHasBeenSet =
false;
107 bool m_nextTokenHasBeenSet =
false;
110 bool m_profileIdHasBeenSet =
false;
113 bool m_resourceIdHasBeenSet =
false;
bool ResourceIdHasBeenSet() const
void SetNextToken(const char *value)
void SetProfileId(Aws::String &&value)
ListProfileAssociationsRequest & WithResourceId(const char *value)
ListProfileAssociationsRequest & WithProfileId(Aws::String &&value)
ListProfileAssociationsRequest & WithProfileId(const Aws::String &value)
AWS_ROUTE53PROFILES_API Aws::String SerializePayload() const override
ListProfileAssociationsRequest & WithResourceId(const Aws::String &value)
bool NextTokenHasBeenSet() const
ListProfileAssociationsRequest & WithNextToken(Aws::String &&value)
void SetResourceId(const char *value)
int GetMaxResults() const
ListProfileAssociationsRequest & WithNextToken(const char *value)
AWS_ROUTE53PROFILES_API ListProfileAssociationsRequest()
void SetMaxResults(int value)
ListProfileAssociationsRequest & WithProfileId(const char *value)
void SetNextToken(Aws::String &&value)
const Aws::String & GetNextToken() const
ListProfileAssociationsRequest & WithResourceId(Aws::String &&value)
void SetProfileId(const Aws::String &value)
const Aws::String & GetResourceId() const
bool ProfileIdHasBeenSet() const
ListProfileAssociationsRequest & WithNextToken(const Aws::String &value)
ListProfileAssociationsRequest & WithMaxResults(int value)
const Aws::String & GetProfileId() const
AWS_ROUTE53PROFILES_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
virtual const char * GetServiceRequestName() const override
void SetResourceId(const Aws::String &value)
void SetResourceId(Aws::String &&value)
void SetProfileId(const char *value)
bool MaxResultsHasBeenSet() const
void SetNextToken(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String