7#include <aws/fsx/FSx_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/fsx/model/S3AccessPointVpcConfiguration.h>
48 template<
typename ResourceARNT = Aws::String>
49 void SetResourceARN(ResourceARNT&& value) { m_resourceARNHasBeenSet =
true; m_resourceARN = std::forward<ResourceARNT>(value); }
50 template<
typename ResourceARNT = Aws::String>
60 template<
typename AliasT = Aws::String>
61 void SetAlias(AliasT&& value) { m_aliasHasBeenSet =
true; m_alias = std::forward<AliasT>(value); }
62 template<
typename AliasT = Aws::String>
72 template<
typename VpcConfigurationT = S3AccessPo
intVpcConfiguration>
73 void SetVpcConfiguration(VpcConfigurationT&& value) { m_vpcConfigurationHasBeenSet =
true; m_vpcConfiguration = std::forward<VpcConfigurationT>(value); }
74 template<
typename VpcConfigurationT = S3AccessPo
intVpcConfiguration>
80 bool m_resourceARNHasBeenSet =
false;
83 bool m_aliasHasBeenSet =
false;
86 bool m_vpcConfigurationHasBeenSet =
false;
AWS_FSX_API S3AccessPoint & operator=(Aws::Utils::Json::JsonView jsonValue)
S3AccessPoint & WithAlias(AliasT &&value)
AWS_FSX_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetAlias() const
const S3AccessPointVpcConfiguration & GetVpcConfiguration() const
const Aws::String & GetResourceARN() const
AWS_FSX_API S3AccessPoint(Aws::Utils::Json::JsonView jsonValue)
AWS_FSX_API S3AccessPoint()=default
bool VpcConfigurationHasBeenSet() const
void SetResourceARN(ResourceARNT &&value)
void SetAlias(AliasT &&value)
S3AccessPoint & WithVpcConfiguration(VpcConfigurationT &&value)
bool ResourceARNHasBeenSet() const
S3AccessPoint & WithResourceARN(ResourceARNT &&value)
void SetVpcConfiguration(VpcConfigurationT &&value)
bool AliasHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue