7#include <aws/fsx/FSx_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename VpcIdT = Aws::String>
49 void SetVpcId(VpcIdT&& value) { m_vpcIdHasBeenSet =
true; m_vpcId = std::forward<VpcIdT>(value); }
50 template<
typename VpcIdT = Aws::String>
56 bool m_vpcIdHasBeenSet =
false;
AWS_FSX_API S3AccessPointVpcConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_FSX_API S3AccessPointVpcConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
S3AccessPointVpcConfiguration & WithVpcId(VpcIdT &&value)
void SetVpcId(VpcIdT &&value)
AWS_FSX_API S3AccessPointVpcConfiguration()=default
const Aws::String & GetVpcId() const
bool VpcIdHasBeenSet() const
AWS_FSX_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue