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; }
66 template<
typename NextTokenT = Aws::String>
67 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
68 template<
typename NextTokenT = Aws::String>
78 template<
typename ProfileIdT = Aws::String>
79 void SetProfileId(ProfileIdT&& value) { m_profileIdHasBeenSet =
true; m_profileId = std::forward<ProfileIdT>(value); }
80 template<
typename ProfileIdT = Aws::String>
90 template<
typename ResourceIdT = Aws::String>
91 void SetResourceId(ResourceIdT&& value) { m_resourceIdHasBeenSet =
true; m_resourceId = std::forward<ResourceIdT>(value); }
92 template<
typename ResourceIdT = Aws::String>
98 bool m_maxResultsHasBeenSet =
false;
101 bool m_nextTokenHasBeenSet =
false;
104 bool m_profileIdHasBeenSet =
false;
107 bool m_resourceIdHasBeenSet =
false;
bool ResourceIdHasBeenSet() const
AWS_ROUTE53PROFILES_API Aws::String SerializePayload() const override
AWS_ROUTE53PROFILES_API ListProfileAssociationsRequest()=default
ListProfileAssociationsRequest & WithProfileId(ProfileIdT &&value)
bool NextTokenHasBeenSet() const
int GetMaxResults() const
void SetResourceId(ResourceIdT &&value)
void SetMaxResults(int value)
void SetProfileId(ProfileIdT &&value)
void SetNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
const Aws::String & GetResourceId() const
bool ProfileIdHasBeenSet() const
ListProfileAssociationsRequest & WithMaxResults(int value)
const Aws::String & GetProfileId() const
AWS_ROUTE53PROFILES_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
ListProfileAssociationsRequest & WithResourceId(ResourceIdT &&value)
ListProfileAssociationsRequest & WithNextToken(NextTokenT &&value)
virtual const char * GetServiceRequestName() const override
bool MaxResultsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String