7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
124 inline void SetVpcEndpointId(
const char* value) { m_vpcEndpointIdHasBeenSet =
true; m_vpcEndpointId.assign(value); }
140 inline void SetVpcId(
const char* value) { m_vpcIdHasBeenSet =
true; m_vpcId.assign(value); }
173 bool m_addressAllocationIdsHasBeenSet =
false;
176 bool m_subnetIdsHasBeenSet =
false;
179 bool m_vpcEndpointIdHasBeenSet =
false;
182 bool m_vpcIdHasBeenSet =
false;
185 bool m_securityGroupIdsHasBeenSet =
false;
EndpointDetails & WithSubnetIds(Aws::Vector< Aws::String > &&value)
AWS_TRANSFER_API EndpointDetails(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetAddressAllocationIds() const
EndpointDetails & WithVpcEndpointId(const Aws::String &value)
const Aws::Vector< Aws::String > & GetSubnetIds() const
void SetSecurityGroupIds(const Aws::Vector< Aws::String > &value)
void SetVpcEndpointId(const char *value)
EndpointDetails & AddSecurityGroupIds(Aws::String &&value)
AWS_TRANSFER_API Aws::Utils::Json::JsonValue Jsonize() const
bool SubnetIdsHasBeenSet() const
EndpointDetails & WithVpcEndpointId(const char *value)
AWS_TRANSFER_API EndpointDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSubnetIds(Aws::Vector< Aws::String > &&value)
const Aws::String & GetVpcId() const
EndpointDetails & WithSubnetIds(const Aws::Vector< Aws::String > &value)
EndpointDetails & WithVpcId(Aws::String &&value)
void SetVpcId(Aws::String &&value)
bool VpcEndpointIdHasBeenSet() const
bool VpcIdHasBeenSet() const
const Aws::Vector< Aws::String > & GetSecurityGroupIds() const
EndpointDetails & AddSubnetIds(const char *value)
void SetAddressAllocationIds(Aws::Vector< Aws::String > &&value)
void SetVpcEndpointId(Aws::String &&value)
EndpointDetails & WithVpcId(const Aws::String &value)
EndpointDetails & AddSecurityGroupIds(const Aws::String &value)
const Aws::String & GetVpcEndpointId() const
EndpointDetails & AddSubnetIds(const Aws::String &value)
EndpointDetails & WithAddressAllocationIds(const Aws::Vector< Aws::String > &value)
EndpointDetails & WithAddressAllocationIds(Aws::Vector< Aws::String > &&value)
AWS_TRANSFER_API EndpointDetails()
EndpointDetails & WithVpcId(const char *value)
void SetVpcId(const Aws::String &value)
bool AddressAllocationIdsHasBeenSet() const
EndpointDetails & AddAddressAllocationIds(Aws::String &&value)
EndpointDetails & AddSecurityGroupIds(const char *value)
void SetVpcEndpointId(const Aws::String &value)
EndpointDetails & WithSecurityGroupIds(Aws::Vector< Aws::String > &&value)
void SetSecurityGroupIds(Aws::Vector< Aws::String > &&value)
EndpointDetails & WithSecurityGroupIds(const Aws::Vector< Aws::String > &value)
EndpointDetails & AddAddressAllocationIds(const char *value)
EndpointDetails & AddAddressAllocationIds(const Aws::String &value)
EndpointDetails & AddSubnetIds(Aws::String &&value)
EndpointDetails & WithVpcEndpointId(Aws::String &&value)
bool SecurityGroupIdsHasBeenSet() const
void SetAddressAllocationIds(const Aws::Vector< Aws::String > &value)
void SetSubnetIds(const Aws::Vector< Aws::String > &value)
void SetVpcId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue