7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/s3control/S3Control_EXPORTS.h>
9#include <aws/s3control/model/NetworkOrigin.h>
10#include <aws/s3control/model/VpcConfiguration.h>
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
66 m_networkOriginHasBeenSet =
true;
67 m_networkOrigin = value;
84 template <
typename VpcConfigurationT = VpcConfiguration>
86 m_vpcConfigurationHasBeenSet =
true;
87 m_vpcConfiguration = std::forward<VpcConfigurationT>(value);
89 template <
typename VpcConfigurationT = VpcConfiguration>
102 template <
typename BucketT = Aws::String>
104 m_bucketHasBeenSet =
true;
105 m_bucket = std::forward<BucketT>(value);
107 template <
typename BucketT = Aws::String>
120 template <
typename AccessPo
intArnT = Aws::String>
122 m_accessPointArnHasBeenSet =
true;
123 m_accessPointArn = std::forward<AccessPointArnT>(value);
125 template <
typename AccessPo
intArnT = Aws::String>
138 template <
typename AliasT = Aws::String>
140 m_aliasHasBeenSet =
true;
141 m_alias = std::forward<AliasT>(value);
143 template <
typename AliasT = Aws::String>
145 SetAlias(std::forward<AliasT>(value));
157 template <
typename BucketAccountIdT = Aws::String>
159 m_bucketAccountIdHasBeenSet =
true;
160 m_bucketAccountId = std::forward<BucketAccountIdT>(value);
162 template <
typename BucketAccountIdT = Aws::String>
175 template <
typename DataSourceIdT = Aws::String>
177 m_dataSourceIdHasBeenSet =
true;
178 m_dataSourceId = std::forward<DataSourceIdT>(value);
180 template <
typename DataSourceIdT = Aws::String>
193 template <
typename DataSourceTypeT = Aws::String>
195 m_dataSourceTypeHasBeenSet =
true;
196 m_dataSourceType = std::forward<DataSourceTypeT>(value);
198 template <
typename DataSourceTypeT = Aws::String>
209 VpcConfiguration m_vpcConfiguration;
222 bool m_nameHasBeenSet =
false;
223 bool m_networkOriginHasBeenSet =
false;
224 bool m_vpcConfigurationHasBeenSet =
false;
225 bool m_bucketHasBeenSet =
false;
226 bool m_accessPointArnHasBeenSet =
false;
227 bool m_aliasHasBeenSet =
false;
228 bool m_bucketAccountIdHasBeenSet =
false;
229 bool m_dataSourceIdHasBeenSet =
false;
230 bool m_dataSourceTypeHasBeenSet =
false;
const Aws::String & GetBucketAccountId() const
void SetNetworkOrigin(NetworkOrigin value)
AWS_S3CONTROL_API AccessPoint(const Aws::Utils::Xml::XmlNode &xmlNode)
AccessPoint & WithBucketAccountId(BucketAccountIdT &&value)
AccessPoint & WithVpcConfiguration(VpcConfigurationT &&value)
const Aws::String & GetName() const
const Aws::String & GetDataSourceType() const
AccessPoint & WithAlias(AliasT &&value)
AWS_S3CONTROL_API AccessPoint()=default
AccessPoint & WithDataSourceId(DataSourceIdT &&value)
void SetDataSourceType(DataSourceTypeT &&value)
AccessPoint & WithAccessPointArn(AccessPointArnT &&value)
bool AccessPointArnHasBeenSet() const
const VpcConfiguration & GetVpcConfiguration() const
void SetBucket(BucketT &&value)
const Aws::String & GetAlias() const
void SetBucketAccountId(BucketAccountIdT &&value)
bool AliasHasBeenSet() const
void SetDataSourceId(DataSourceIdT &&value)
void SetAlias(AliasT &&value)
bool BucketHasBeenSet() const
AWS_S3CONTROL_API AccessPoint & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool VpcConfigurationHasBeenSet() const
const Aws::String & GetBucket() const
const Aws::String & GetDataSourceId() const
bool NetworkOriginHasBeenSet() const
bool DataSourceTypeHasBeenSet() const
bool DataSourceIdHasBeenSet() const
void SetName(NameT &&value)
AWS_S3CONTROL_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
AccessPoint & WithBucket(BucketT &&value)
void SetVpcConfiguration(VpcConfigurationT &&value)
AccessPoint & WithNetworkOrigin(NetworkOrigin value)
const Aws::String & GetAccessPointArn() const
bool BucketAccountIdHasBeenSet() const
AccessPoint & WithDataSourceType(DataSourceTypeT &&value)
bool NameHasBeenSet() const
AccessPoint & WithName(NameT &&value)
void SetAccessPointArn(AccessPointArnT &&value)
NetworkOrigin GetNetworkOrigin() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String