/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Describes the resource location.See Also:
AWS
* API Reference
The Availability Zone. Follows the format us-east-2a
* (case-sensitive).
The Availability Zone. Follows the format us-east-2a
* (case-sensitive).
The Availability Zone. Follows the format us-east-2a
* (case-sensitive).
The Availability Zone. Follows the format us-east-2a
* (case-sensitive).
The Availability Zone. Follows the format us-east-2a
* (case-sensitive).
The Availability Zone. Follows the format us-east-2a
* (case-sensitive).
The Availability Zone. Follows the format us-east-2a
* (case-sensitive).
The Availability Zone. Follows the format us-east-2a
* (case-sensitive).
The Amazon Web Services Region name.
*/ inline const RegionName& GetRegionName() const{ return m_regionName; } /** *The Amazon Web Services Region name.
*/ inline bool RegionNameHasBeenSet() const { return m_regionNameHasBeenSet; } /** *The Amazon Web Services Region name.
*/ inline void SetRegionName(const RegionName& value) { m_regionNameHasBeenSet = true; m_regionName = value; } /** *The Amazon Web Services Region name.
*/ inline void SetRegionName(RegionName&& value) { m_regionNameHasBeenSet = true; m_regionName = std::move(value); } /** *The Amazon Web Services Region name.
*/ inline ResourceLocation& WithRegionName(const RegionName& value) { SetRegionName(value); return *this;} /** *The Amazon Web Services Region name.
*/ inline ResourceLocation& WithRegionName(RegionName&& value) { SetRegionName(std::move(value)); return *this;} private: Aws::String m_availabilityZone; bool m_availabilityZoneHasBeenSet = false; RegionName m_regionName; bool m_regionNameHasBeenSet = false; }; } // namespace Model } // namespace Lightsail } // namespace Aws