7#include <aws/s3outposts/S3Outposts_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/s3outposts/model/EndpointStatus.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/s3outposts/model/EndpointAccessType.h>
13#include <aws/s3outposts/model/FailedReason.h>
14#include <aws/s3outposts/model/NetworkInterface.h>
58 template<
typename Endpo
intArnT = Aws::String>
59 void SetEndpointArn(EndpointArnT&& value) { m_endpointArnHasBeenSet =
true; m_endpointArn = std::forward<EndpointArnT>(value); }
60 template<
typename Endpo
intArnT = Aws::String>
70 template<
typename OutpostsIdT = Aws::String>
71 void SetOutpostsId(OutpostsIdT&& value) { m_outpostsIdHasBeenSet =
true; m_outpostsId = std::forward<OutpostsIdT>(value); }
72 template<
typename OutpostsIdT = Aws::String>
82 template<
typename C
idrBlockT = Aws::String>
83 void SetCidrBlock(CidrBlockT&& value) { m_cidrBlockHasBeenSet =
true; m_cidrBlock = std::forward<CidrBlockT>(value); }
84 template<
typename C
idrBlockT = Aws::String>
104 template<
typename CreationTimeT = Aws::Utils::DateTime>
105 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
106 template<
typename CreationTimeT = Aws::Utils::DateTime>
116 template<
typename NetworkInterfacesT = Aws::Vector<NetworkInterface>>
117 void SetNetworkInterfaces(NetworkInterfacesT&& value) { m_networkInterfacesHasBeenSet =
true; m_networkInterfaces = std::forward<NetworkInterfacesT>(value); }
118 template<
typename NetworkInterfacesT = Aws::Vector<NetworkInterface>>
120 template<
typename NetworkInterfacesT = NetworkInterface>
121 Endpoint&
AddNetworkInterfaces(NetworkInterfacesT&& value) { m_networkInterfacesHasBeenSet =
true; m_networkInterfaces.emplace_back(std::forward<NetworkInterfacesT>(value));
return *
this; }
130 template<
typename VpcIdT = Aws::String>
131 void SetVpcId(VpcIdT&& value) { m_vpcIdHasBeenSet =
true; m_vpcId = std::forward<VpcIdT>(value); }
132 template<
typename VpcIdT = Aws::String>
142 template<
typename SubnetIdT = Aws::String>
143 void SetSubnetId(SubnetIdT&& value) { m_subnetIdHasBeenSet =
true; m_subnetId = std::forward<SubnetIdT>(value); }
144 template<
typename SubnetIdT = Aws::String>
154 template<
typename SecurityGroupIdT = Aws::String>
155 void SetSecurityGroupId(SecurityGroupIdT&& value) { m_securityGroupIdHasBeenSet =
true; m_securityGroupId = std::forward<SecurityGroupIdT>(value); }
156 template<
typename SecurityGroupIdT = Aws::String>
177 template<
typename CustomerOwnedIpv4PoolT = Aws::String>
178 void SetCustomerOwnedIpv4Pool(CustomerOwnedIpv4PoolT&& value) { m_customerOwnedIpv4PoolHasBeenSet =
true; m_customerOwnedIpv4Pool = std::forward<CustomerOwnedIpv4PoolT>(value); }
179 template<
typename CustomerOwnedIpv4PoolT = Aws::String>
189 template<
typename FailedReasonT = FailedReason>
190 void SetFailedReason(FailedReasonT&& value) { m_failedReasonHasBeenSet =
true; m_failedReason = std::forward<FailedReasonT>(value); }
191 template<
typename FailedReasonT = FailedReason>
197 bool m_endpointArnHasBeenSet =
false;
200 bool m_outpostsIdHasBeenSet =
false;
203 bool m_cidrBlockHasBeenSet =
false;
206 bool m_statusHasBeenSet =
false;
209 bool m_creationTimeHasBeenSet =
false;
212 bool m_networkInterfacesHasBeenSet =
false;
215 bool m_vpcIdHasBeenSet =
false;
218 bool m_subnetIdHasBeenSet =
false;
221 bool m_securityGroupIdHasBeenSet =
false;
224 bool m_accessTypeHasBeenSet =
false;
227 bool m_customerOwnedIpv4PoolHasBeenSet =
false;
229 FailedReason m_failedReason;
230 bool m_failedReasonHasBeenSet =
false;
bool CidrBlockHasBeenSet() const
Endpoint & WithFailedReason(FailedReasonT &&value)
bool FailedReasonHasBeenSet() const
void SetAccessType(EndpointAccessType value)
Endpoint & WithVpcId(VpcIdT &&value)
AWS_S3OUTPOSTS_API Endpoint()=default
void SetCreationTime(CreationTimeT &&value)
const Aws::String & GetCidrBlock() const
const Aws::String & GetSecurityGroupId() const
const Aws::String & GetVpcId() const
const FailedReason & GetFailedReason() const
bool SecurityGroupIdHasBeenSet() const
EndpointStatus GetStatus() const
void SetCustomerOwnedIpv4Pool(CustomerOwnedIpv4PoolT &&value)
void SetVpcId(VpcIdT &&value)
AWS_S3OUTPOSTS_API Endpoint & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetOutpostsId() const
void SetEndpointArn(EndpointArnT &&value)
Endpoint & WithCidrBlock(CidrBlockT &&value)
const Aws::String & GetCustomerOwnedIpv4Pool() const
AWS_S3OUTPOSTS_API Aws::Utils::Json::JsonValue Jsonize() const
Endpoint & WithAccessType(EndpointAccessType value)
Endpoint & WithSecurityGroupId(SecurityGroupIdT &&value)
const Aws::Vector< NetworkInterface > & GetNetworkInterfaces() const
bool CreationTimeHasBeenSet() const
EndpointAccessType GetAccessType() const
Endpoint & AddNetworkInterfaces(NetworkInterfacesT &&value)
Endpoint & WithEndpointArn(EndpointArnT &&value)
AWS_S3OUTPOSTS_API Endpoint(Aws::Utils::Json::JsonView jsonValue)
Endpoint & WithStatus(EndpointStatus value)
const Aws::String & GetEndpointArn() const
void SetCidrBlock(CidrBlockT &&value)
Endpoint & WithOutpostsId(OutpostsIdT &&value)
Endpoint & WithSubnetId(SubnetIdT &&value)
Endpoint & WithCreationTime(CreationTimeT &&value)
bool EndpointArnHasBeenSet() const
const Aws::Utils::DateTime & GetCreationTime() const
void SetSecurityGroupId(SecurityGroupIdT &&value)
bool NetworkInterfacesHasBeenSet() const
bool SubnetIdHasBeenSet() const
void SetFailedReason(FailedReasonT &&value)
Endpoint & WithCustomerOwnedIpv4Pool(CustomerOwnedIpv4PoolT &&value)
const Aws::String & GetSubnetId() const
void SetStatus(EndpointStatus value)
bool AccessTypeHasBeenSet() const
bool CustomerOwnedIpv4PoolHasBeenSet() const
void SetOutpostsId(OutpostsIdT &&value)
bool StatusHasBeenSet() const
void SetNetworkInterfaces(NetworkInterfacesT &&value)
bool OutpostsIdHasBeenSet() const
void SetSubnetId(SubnetIdT &&value)
Endpoint & WithNetworkInterfaces(NetworkInterfacesT &&value)
bool VpcIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue