7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/s3outposts/S3OutpostsRequest.h>
9#include <aws/s3outposts/S3Outposts_EXPORTS.h>
10#include <aws/s3outposts/model/EndpointAccessType.h>
38 template <
typename OutpostIdT = Aws::String>
40 m_outpostIdHasBeenSet =
true;
41 m_outpostId = std::forward<OutpostIdT>(value);
43 template <
typename OutpostIdT = Aws::String>
57 template <
typename SubnetIdT = Aws::String>
59 m_subnetIdHasBeenSet =
true;
60 m_subnetId = std::forward<SubnetIdT>(value);
62 template <
typename SubnetIdT = Aws::String>
75 template <
typename SecurityGroupIdT = Aws::String>
77 m_securityGroupIdHasBeenSet =
true;
78 m_securityGroupId = std::forward<SecurityGroupIdT>(value);
80 template <
typename SecurityGroupIdT = Aws::String>
99 m_accessTypeHasBeenSet =
true;
100 m_accessType = value;
115 template <
typename CustomerOwnedIpv4PoolT = Aws::String>
117 m_customerOwnedIpv4PoolHasBeenSet =
true;
118 m_customerOwnedIpv4Pool = std::forward<CustomerOwnedIpv4PoolT>(value);
120 template <
typename CustomerOwnedIpv4PoolT = Aws::String>
136 bool m_outpostIdHasBeenSet =
false;
137 bool m_subnetIdHasBeenSet =
false;
138 bool m_securityGroupIdHasBeenSet =
false;
139 bool m_accessTypeHasBeenSet =
false;
140 bool m_customerOwnedIpv4PoolHasBeenSet =
false;
bool AccessTypeHasBeenSet() const
CreateEndpointRequest & WithSecurityGroupId(SecurityGroupIdT &&value)
void SetAccessType(EndpointAccessType value)
const Aws::String & GetCustomerOwnedIpv4Pool() const
const Aws::String & GetOutpostId() const
AWS_S3OUTPOSTS_API Aws::String SerializePayload() const override
void SetCustomerOwnedIpv4Pool(CustomerOwnedIpv4PoolT &&value)
CreateEndpointRequest & WithSubnetId(SubnetIdT &&value)
AWS_S3OUTPOSTS_API CreateEndpointRequest()=default
void SetSecurityGroupId(SecurityGroupIdT &&value)
EndpointAccessType GetAccessType() const
bool SubnetIdHasBeenSet() const
CreateEndpointRequest & WithOutpostId(OutpostIdT &&value)
void SetOutpostId(OutpostIdT &&value)
void SetSubnetId(SubnetIdT &&value)
const Aws::String & GetSecurityGroupId() const
CreateEndpointRequest & WithCustomerOwnedIpv4Pool(CustomerOwnedIpv4PoolT &&value)
bool SecurityGroupIdHasBeenSet() const
bool OutpostIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
CreateEndpointRequest & WithAccessType(EndpointAccessType value)
bool CustomerOwnedIpv4PoolHasBeenSet() const
const Aws::String & GetSubnetId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String