7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/ec2/EC2_EXPORTS.h>
10#include <aws/ec2/model/CoipAddressUsage.h>
11#include <aws/ec2/model/ResponseMetadata.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename CoipPoolIdT = Aws::String>
39 m_coipPoolIdHasBeenSet =
true;
40 m_coipPoolId = std::forward<CoipPoolIdT>(value);
42 template <
typename CoipPoolIdT = Aws::String>
54 template <
typename CoipAddressUsagesT = Aws::Vector<CoipAddressUsage>>
56 m_coipAddressUsagesHasBeenSet =
true;
57 m_coipAddressUsages = std::forward<CoipAddressUsagesT>(value);
59 template <
typename CoipAddressUsagesT = Aws::Vector<CoipAddressUsage>>
64 template <
typename CoipAddressUsagesT = CoipAddressUsage>
66 m_coipAddressUsagesHasBeenSet =
true;
67 m_coipAddressUsages.emplace_back(std::forward<CoipAddressUsagesT>(value));
77 template <
typename LocalGatewayRouteTableIdT = Aws::String>
79 m_localGatewayRouteTableIdHasBeenSet =
true;
80 m_localGatewayRouteTableId = std::forward<LocalGatewayRouteTableIdT>(value);
82 template <
typename LocalGatewayRouteTableIdT = Aws::String>
95 template <
typename NextTokenT = Aws::String>
97 m_nextTokenHasBeenSet =
true;
98 m_nextToken = std::forward<NextTokenT>(value);
100 template <
typename NextTokenT = Aws::String>
110 template <
typename ResponseMetadataT = ResponseMetadata>
112 m_responseMetadataHasBeenSet =
true;
113 m_responseMetadata = std::forward<ResponseMetadataT>(value);
115 template <
typename ResponseMetadataT = ResponseMetadata>
131 bool m_coipPoolIdHasBeenSet =
false;
132 bool m_coipAddressUsagesHasBeenSet =
false;
133 bool m_localGatewayRouteTableIdHasBeenSet =
false;
134 bool m_nextTokenHasBeenSet =
false;
135 bool m_responseMetadataHasBeenSet =
false;
GetCoipPoolUsageResponse & AddCoipAddressUsages(CoipAddressUsagesT &&value)
AWS_EC2_API GetCoipPoolUsageResponse & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const Aws::String & GetNextToken() const
const ResponseMetadata & GetResponseMetadata() const
GetCoipPoolUsageResponse & WithCoipPoolId(CoipPoolIdT &&value)
GetCoipPoolUsageResponse & WithNextToken(NextTokenT &&value)
GetCoipPoolUsageResponse & WithLocalGatewayRouteTableId(LocalGatewayRouteTableIdT &&value)
const Aws::String & GetLocalGatewayRouteTableId() const
void SetCoipAddressUsages(CoipAddressUsagesT &&value)
const Aws::Vector< CoipAddressUsage > & GetCoipAddressUsages() const
GetCoipPoolUsageResponse & WithResponseMetadata(ResponseMetadataT &&value)
void SetNextToken(NextTokenT &&value)
void SetCoipPoolId(CoipPoolIdT &&value)
AWS_EC2_API GetCoipPoolUsageResponse()=default
void SetResponseMetadata(ResponseMetadataT &&value)
const Aws::String & GetCoipPoolId() const
AWS_EC2_API GetCoipPoolUsageResponse(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetLocalGatewayRouteTableId(LocalGatewayRouteTableIdT &&value)
GetCoipPoolUsageResponse & WithCoipAddressUsages(CoipAddressUsagesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument