7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/apigateway/model/EndpointType.h>
9#include <aws/apigateway/model/IpAddressType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
49 template <
typename TypesT = Aws::Vector<Endpo
intType>>
51 m_typesHasBeenSet =
true;
52 m_types = std::forward<TypesT>(value);
54 template <
typename TypesT = Aws::Vector<Endpo
intType>>
56 SetTypes(std::forward<TypesT>(value));
60 m_typesHasBeenSet =
true;
61 m_types.push_back(value);
77 m_ipAddressTypeHasBeenSet =
true;
78 m_ipAddressType = value;
93 template <
typename VpcEndpo
intIdsT = Aws::Vector<Aws::String>>
95 m_vpcEndpointIdsHasBeenSet =
true;
96 m_vpcEndpointIds = std::forward<VpcEndpointIdsT>(value);
98 template <
typename VpcEndpo
intIdsT = Aws::Vector<Aws::String>>
103 template <
typename VpcEndpo
intIdsT = Aws::String>
105 m_vpcEndpointIdsHasBeenSet =
true;
106 m_vpcEndpointIds.emplace_back(std::forward<VpcEndpointIdsT>(value));
116 bool m_typesHasBeenSet =
false;
117 bool m_ipAddressTypeHasBeenSet =
false;
118 bool m_vpcEndpointIdsHasBeenSet =
false;
AWS_APIGATEWAY_API EndpointConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetIpAddressType(IpAddressType value)
bool IpAddressTypeHasBeenSet() const
IpAddressType GetIpAddressType() const
const Aws::Vector< Aws::String > & GetVpcEndpointIds() const
EndpointConfiguration & WithIpAddressType(IpAddressType value)
EndpointConfiguration & WithTypes(TypesT &&value)
void SetVpcEndpointIds(VpcEndpointIdsT &&value)
AWS_APIGATEWAY_API EndpointConfiguration()=default
EndpointConfiguration & AddVpcEndpointIds(VpcEndpointIdsT &&value)
void SetTypes(TypesT &&value)
bool TypesHasBeenSet() const
EndpointConfiguration & AddTypes(EndpointType value)
EndpointConfiguration & WithVpcEndpointIds(VpcEndpointIdsT &&value)
AWS_APIGATEWAY_API EndpointConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_APIGATEWAY_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< EndpointType > & GetTypes() const
bool VpcEndpointIdsHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue