7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/model/IpamPoolAllocation.h>
9#include <aws/ec2/model/ResponseMetadata.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename IpamPoolAllocationT = IpamPoolAllocation>
42 void SetIpamPoolAllocation(IpamPoolAllocationT&& value) { m_ipamPoolAllocationHasBeenSet =
true; m_ipamPoolAllocation = std::forward<IpamPoolAllocationT>(value); }
43 template<
typename IpamPoolAllocationT = IpamPoolAllocation>
50 template<
typename ResponseMetadataT = ResponseMetadata>
51 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
52 template<
typename ResponseMetadataT = ResponseMetadata>
58 bool m_ipamPoolAllocationHasBeenSet =
false;
61 bool m_responseMetadataHasBeenSet =
false;
const IpamPoolAllocation & GetIpamPoolAllocation() const
void SetIpamPoolAllocation(IpamPoolAllocationT &&value)
void SetResponseMetadata(ResponseMetadataT &&value)
AllocateIpamPoolCidrResponse & WithIpamPoolAllocation(IpamPoolAllocationT &&value)
AWS_EC2_API AllocateIpamPoolCidrResponse(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const ResponseMetadata & GetResponseMetadata() const
AWS_EC2_API AllocateIpamPoolCidrResponse & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AllocateIpamPoolCidrResponse & WithResponseMetadata(ResponseMetadataT &&value)
AWS_EC2_API AllocateIpamPoolCidrResponse()=default
Aws::Utils::Xml::XmlDocument XmlDocument