7#include <aws/route53/Route53_EXPORTS.h>
8#include <aws/route53/Route53Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename CollectionIdT = Aws::String>
48 void SetCollectionId(CollectionIdT&& value) { m_collectionIdHasBeenSet =
true; m_collectionId = std::forward<CollectionIdT>(value); }
49 template<
typename CollectionIdT = Aws::String>
61 template<
typename NextTokenT = Aws::String>
62 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
63 template<
typename NextTokenT = Aws::String>
74 template<
typename MaxResultsT = Aws::String>
75 void SetMaxResults(MaxResultsT&& value) { m_maxResultsHasBeenSet =
true; m_maxResults = std::forward<MaxResultsT>(value); }
76 template<
typename MaxResultsT = Aws::String>
82 bool m_collectionIdHasBeenSet =
false;
85 bool m_nextTokenHasBeenSet =
false;
88 bool m_maxResultsHasBeenSet =
false;
AWS_ROUTE53_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
const Aws::String & GetMaxResults() const
const Aws::String & GetNextToken() const
bool NextTokenHasBeenSet() const
AWS_ROUTE53_API Aws::String SerializePayload() const override
const Aws::String & GetCollectionId() const
void SetMaxResults(MaxResultsT &&value)
bool CollectionIdHasBeenSet() const
AWS_ROUTE53_API ListCidrLocationsRequest()=default
ListCidrLocationsRequest & WithMaxResults(MaxResultsT &&value)
void SetCollectionId(CollectionIdT &&value)
virtual const char * GetServiceRequestName() const override
bool MaxResultsHasBeenSet() const
ListCidrLocationsRequest & WithCollectionId(CollectionIdT &&value)
void SetNextToken(NextTokenT &&value)
ListCidrLocationsRequest & WithNextToken(NextTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String