7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/route53/Route53_EXPORTS.h>
10#include <aws/route53/model/CidrCollection.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename CollectionT = C
idrCollection>
38 m_collectionHasBeenSet =
true;
39 m_collection = std::forward<CollectionT>(value);
41 template <
typename CollectionT = C
idrCollection>
53 template <
typename LocationT = Aws::String>
55 m_locationHasBeenSet =
true;
56 m_location = std::forward<LocationT>(value);
58 template <
typename LocationT = Aws::String>
68 template <
typename RequestIdT = Aws::String>
70 m_requestIdHasBeenSet =
true;
71 m_requestId = std::forward<RequestIdT>(value);
73 template <
typename RequestIdT = Aws::String>
88 bool m_collectionHasBeenSet =
false;
89 bool m_locationHasBeenSet =
false;
90 bool m_requestIdHasBeenSet =
false;
CreateCidrCollectionResult & WithCollection(CollectionT &&value)
void SetCollection(CollectionT &&value)
AWS_ROUTE53_API CreateCidrCollectionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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