7#include <aws/s3control/S3Control_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/s3control/model/NetworkOrigin.h>
10#include <aws/s3control/model/VpcConfiguration.h>
48 template<
typename NameT = Aws::String>
49 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
50 template<
typename NameT = Aws::String>
78 template<
typename VpcConfigurationT = VpcConfiguration>
79 void SetVpcConfiguration(VpcConfigurationT&& value) { m_vpcConfigurationHasBeenSet =
true; m_vpcConfiguration = std::forward<VpcConfigurationT>(value); }
80 template<
typename VpcConfigurationT = VpcConfiguration>
90 template<
typename BucketT = Aws::String>
91 void SetBucket(BucketT&& value) { m_bucketHasBeenSet =
true; m_bucket = std::forward<BucketT>(value); }
92 template<
typename BucketT = Aws::String>
102 template<
typename AccessPo
intArnT = Aws::String>
103 void SetAccessPointArn(AccessPointArnT&& value) { m_accessPointArnHasBeenSet =
true; m_accessPointArn = std::forward<AccessPointArnT>(value); }
104 template<
typename AccessPo
intArnT = Aws::String>
114 template<
typename AliasT = Aws::String>
115 void SetAlias(AliasT&& value) { m_aliasHasBeenSet =
true; m_alias = std::forward<AliasT>(value); }
116 template<
typename AliasT = Aws::String>
127 template<
typename BucketAccountIdT = Aws::String>
128 void SetBucketAccountId(BucketAccountIdT&& value) { m_bucketAccountIdHasBeenSet =
true; m_bucketAccountId = std::forward<BucketAccountIdT>(value); }
129 template<
typename BucketAccountIdT = Aws::String>
139 template<
typename DataSourceIdT = Aws::String>
140 void SetDataSourceId(DataSourceIdT&& value) { m_dataSourceIdHasBeenSet =
true; m_dataSourceId = std::forward<DataSourceIdT>(value); }
141 template<
typename DataSourceIdT = Aws::String>
151 template<
typename DataSourceTypeT = Aws::String>
152 void SetDataSourceType(DataSourceTypeT&& value) { m_dataSourceTypeHasBeenSet =
true; m_dataSourceType = std::forward<DataSourceTypeT>(value); }
153 template<
typename DataSourceTypeT = Aws::String>
159 bool m_nameHasBeenSet =
false;
162 bool m_networkOriginHasBeenSet =
false;
164 VpcConfiguration m_vpcConfiguration;
165 bool m_vpcConfigurationHasBeenSet =
false;
168 bool m_bucketHasBeenSet =
false;
171 bool m_accessPointArnHasBeenSet =
false;
174 bool m_aliasHasBeenSet =
false;
177 bool m_bucketAccountIdHasBeenSet =
false;
180 bool m_dataSourceIdHasBeenSet =
false;
183 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