/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Specifies the location where the bucket will be created. For directory
* buckets, the location type is Availability Zone. For more information about
* directory buckets, see Directory
* buckets in the Amazon S3 User Guide. This functionality
* is only supported by directory buckets.See Also:
AWS API
* Reference
The type of location where the bucket will be created.
*/ inline const LocationType& GetType() const{ return m_type; } /** *The type of location where the bucket will be created.
*/ inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; } /** *The type of location where the bucket will be created.
*/ inline void SetType(const LocationType& value) { m_typeHasBeenSet = true; m_type = value; } /** *The type of location where the bucket will be created.
*/ inline void SetType(LocationType&& value) { m_typeHasBeenSet = true; m_type = std::move(value); } /** *The type of location where the bucket will be created.
*/ inline LocationInfo& WithType(const LocationType& value) { SetType(value); return *this;} /** *The type of location where the bucket will be created.
*/ inline LocationInfo& WithType(LocationType&& value) { SetType(std::move(value)); return *this;} /** *The name of the location where the bucket will be created.
For
* directory buckets, the name of the location is the AZ ID of the Availability
* Zone where the bucket will be created. An example AZ ID value is
* usw2-az1
.
The name of the location where the bucket will be created.
For
* directory buckets, the name of the location is the AZ ID of the Availability
* Zone where the bucket will be created. An example AZ ID value is
* usw2-az1
.
The name of the location where the bucket will be created.
For
* directory buckets, the name of the location is the AZ ID of the Availability
* Zone where the bucket will be created. An example AZ ID value is
* usw2-az1
.
The name of the location where the bucket will be created.
For
* directory buckets, the name of the location is the AZ ID of the Availability
* Zone where the bucket will be created. An example AZ ID value is
* usw2-az1
.
The name of the location where the bucket will be created.
For
* directory buckets, the name of the location is the AZ ID of the Availability
* Zone where the bucket will be created. An example AZ ID value is
* usw2-az1
.
The name of the location where the bucket will be created.
For
* directory buckets, the name of the location is the AZ ID of the Availability
* Zone where the bucket will be created. An example AZ ID value is
* usw2-az1
.
The name of the location where the bucket will be created.
For
* directory buckets, the name of the location is the AZ ID of the Availability
* Zone where the bucket will be created. An example AZ ID value is
* usw2-az1
.
The name of the location where the bucket will be created.
For
* directory buckets, the name of the location is the AZ ID of the Availability
* Zone where the bucket will be created. An example AZ ID value is
* usw2-az1
.