7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/route53/Route53_EXPORTS.h>
9#include <aws/route53/model/CidrCollection.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename CollectionT = C
idrCollection>
37 m_collectionHasBeenSet =
true;
38 m_collection = std::forward<CollectionT>(value);
40 template <
typename CollectionT = C
idrCollection>
52 template <
typename LocationT = Aws::String>
54 m_locationHasBeenSet =
true;
55 m_location = std::forward<LocationT>(value);
57 template <
typename LocationT = Aws::String>
67 template <
typename RequestIdT = Aws::String>
69 m_requestIdHasBeenSet =
true;
70 m_requestId = std::forward<RequestIdT>(value);
72 template <
typename RequestIdT = Aws::String>
80 bool m_collectionHasBeenSet =
false;
83 bool m_locationHasBeenSet =
false;
86 bool m_requestIdHasBeenSet =
false;
CreateCidrCollectionResult & WithCollection(CollectionT &&value)
void SetCollection(CollectionT &&value)
AWS_ROUTE53_API CreateCidrCollectionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const Aws::String & GetRequestId() const
AWS_ROUTE53_API CreateCidrCollectionResult()=default
const Aws::String & GetLocation() const
void SetLocation(LocationT &&value)
void SetRequestId(RequestIdT &&value)
AWS_ROUTE53_API CreateCidrCollectionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const CidrCollection & GetCollection() const
CreateCidrCollectionResult & WithLocation(LocationT &&value)
CreateCidrCollectionResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument