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>
59 template<
typename LocationNameT = Aws::String>
60 void SetLocationName(LocationNameT&& value) { m_locationNameHasBeenSet =
true; m_locationName = std::forward<LocationNameT>(value); }
61 template<
typename LocationNameT = Aws::String>
72 template<
typename NextTokenT = Aws::String>
73 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
74 template<
typename NextTokenT = Aws::String>
84 template<
typename MaxResultsT = Aws::String>
85 void SetMaxResults(MaxResultsT&& value) { m_maxResultsHasBeenSet =
true; m_maxResults = std::forward<MaxResultsT>(value); }
86 template<
typename MaxResultsT = Aws::String>
92 bool m_collectionIdHasBeenSet =
false;
95 bool m_locationNameHasBeenSet =
false;
98 bool m_nextTokenHasBeenSet =
false;
101 bool m_maxResultsHasBeenSet =
false;
bool LocationNameHasBeenSet() const
ListCidrBlocksRequest & WithMaxResults(MaxResultsT &&value)
bool MaxResultsHasBeenSet() const
const Aws::String & GetCollectionId() const
void SetNextToken(NextTokenT &&value)
ListCidrBlocksRequest & WithLocationName(LocationNameT &&value)
const Aws::String & GetMaxResults() const
void SetMaxResults(MaxResultsT &&value)
AWS_ROUTE53_API Aws::String SerializePayload() const override
AWS_ROUTE53_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
ListCidrBlocksRequest & WithNextToken(NextTokenT &&value)
AWS_ROUTE53_API ListCidrBlocksRequest()=default
bool NextTokenHasBeenSet() const
void SetCollectionId(CollectionIdT &&value)
void SetLocationName(LocationNameT &&value)
const Aws::String & GetLocationName() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetNextToken() const
bool CollectionIdHasBeenSet() const
ListCidrBlocksRequest & WithCollectionId(CollectionIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String