7#include <aws/s3outposts/S3Outposts_EXPORTS.h>
8#include <aws/s3outposts/S3OutpostsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/s3outposts/model/EndpointAccessType.h>
42 template<
typename OutpostIdT = Aws::String>
43 void SetOutpostId(OutpostIdT&& value) { m_outpostIdHasBeenSet =
true; m_outpostId = std::forward<OutpostIdT>(value); }
44 template<
typename OutpostIdT = Aws::String>
55 template<
typename SubnetIdT = Aws::String>
56 void SetSubnetId(SubnetIdT&& value) { m_subnetIdHasBeenSet =
true; m_subnetId = std::forward<SubnetIdT>(value); }
57 template<
typename SubnetIdT = Aws::String>
67 template<
typename SecurityGroupIdT = Aws::String>
68 void SetSecurityGroupId(SecurityGroupIdT&& value) { m_securityGroupIdHasBeenSet =
true; m_securityGroupId = std::forward<SecurityGroupIdT>(value); }
69 template<
typename SecurityGroupIdT = Aws::String>
95 template<
typename CustomerOwnedIpv4PoolT = Aws::String>
96 void SetCustomerOwnedIpv4Pool(CustomerOwnedIpv4PoolT&& value) { m_customerOwnedIpv4PoolHasBeenSet =
true; m_customerOwnedIpv4Pool = std::forward<CustomerOwnedIpv4PoolT>(value); }
97 template<
typename CustomerOwnedIpv4PoolT = Aws::String>
103 bool m_outpostIdHasBeenSet =
false;
106 bool m_subnetIdHasBeenSet =
false;
109 bool m_securityGroupIdHasBeenSet =
false;
112 bool m_accessTypeHasBeenSet =
false;
115 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