7#include <aws/route53/Route53_EXPORTS.h>
8#include <aws/route53/model/CidrCollection.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename CollectionT = C
idrCollection>
42 void SetCollection(CollectionT&& value) { m_collectionHasBeenSet =
true; m_collection = std::forward<CollectionT>(value); }
43 template<
typename CollectionT = C
idrCollection>
52 template<
typename LocationT = Aws::String>
53 void SetLocation(LocationT&& value) { m_locationHasBeenSet =
true; m_location = std::forward<LocationT>(value); }
54 template<
typename LocationT = Aws::String>
61 template<
typename RequestIdT = Aws::String>
62 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
63 template<
typename RequestIdT = Aws::String>
69 bool m_collectionHasBeenSet =
false;
72 bool m_locationHasBeenSet =
false;
75 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