7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/apigateway/model/IpAddressType.h>
10#include <aws/apigateway/model/EndpointType.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
55 template<
typename TypesT = Aws::Vector<Endpo
intType>>
56 void SetTypes(TypesT&& value) { m_typesHasBeenSet =
true; m_types = std::forward<TypesT>(value); }
57 template<
typename TypesT = Aws::Vector<Endpo
intType>>
83 template<
typename VpcEndpo
intIdsT = Aws::Vector<Aws::String>>
84 void SetVpcEndpointIds(VpcEndpointIdsT&& value) { m_vpcEndpointIdsHasBeenSet =
true; m_vpcEndpointIds = std::forward<VpcEndpointIdsT>(value); }
85 template<
typename VpcEndpo
intIdsT = Aws::Vector<Aws::String>>
87 template<
typename VpcEndpo
intIdsT = Aws::String>
93 bool m_typesHasBeenSet =
false;
96 bool m_ipAddressTypeHasBeenSet =
false;
99 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