7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/ec2/EC2_EXPORTS.h>
11#include <aws/ec2/model/CoipAddressUsage.h>
12#include <aws/ec2/model/ResponseMetadata.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
38 template <
typename CoipPoolIdT = Aws::String>
40 m_coipPoolIdHasBeenSet =
true;
41 m_coipPoolId = std::forward<CoipPoolIdT>(value);
43 template <
typename CoipPoolIdT = Aws::String>
55 template <
typename CoipAddressUsagesT = Aws::Vector<CoipAddressUsage>>
57 m_coipAddressUsagesHasBeenSet =
true;
58 m_coipAddressUsages = std::forward<CoipAddressUsagesT>(value);
60 template <
typename CoipAddressUsagesT = Aws::Vector<CoipAddressUsage>>
65 template <
typename CoipAddressUsagesT = CoipAddressUsage>
67 m_coipAddressUsagesHasBeenSet =
true;
68 m_coipAddressUsages.emplace_back(std::forward<CoipAddressUsagesT>(value));
78 template <
typename LocalGatewayRouteTableIdT = Aws::String>
80 m_localGatewayRouteTableIdHasBeenSet =
true;
81 m_localGatewayRouteTableId = std::forward<LocalGatewayRouteTableIdT>(value);
83 template <
typename LocalGatewayRouteTableIdT = Aws::String>
96 template <
typename NextTokenT = Aws::String>
98 m_nextTokenHasBeenSet =
true;
99 m_nextToken = std::forward<NextTokenT>(value);
101 template <
typename NextTokenT = Aws::String>
111 template <
typename ResponseMetadataT = ResponseMetadata>
113 m_responseMetadataHasBeenSet =
true;
114 m_responseMetadata = std::forward<ResponseMetadataT>(value);
116 template <
typename ResponseMetadataT = ResponseMetadata>
135 bool m_coipPoolIdHasBeenSet =
false;
136 bool m_coipAddressUsagesHasBeenSet =
false;
137 bool m_localGatewayRouteTableIdHasBeenSet =
false;
138 bool m_nextTokenHasBeenSet =
false;
139 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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