7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lightsail/Lightsail_EXPORTS.h>
42 template <
typename ZoneNameT = Aws::String>
44 m_zoneNameHasBeenSet =
true;
45 m_zoneName = std::forward<ZoneNameT>(value);
47 template <
typename ZoneNameT = Aws::String>
60 template <
typename StateT = Aws::String>
62 m_stateHasBeenSet =
true;
63 m_state = std::forward<StateT>(value);
65 template <
typename StateT = Aws::String>
67 SetState(std::forward<StateT>(value));
75 bool m_zoneNameHasBeenSet =
false;
76 bool m_stateHasBeenSet =
false;
AWS_LIGHTSAIL_API AvailabilityZone()=default
const Aws::String & GetZoneName() const
bool StateHasBeenSet() const
void SetZoneName(ZoneNameT &&value)
void SetState(StateT &&value)
bool ZoneNameHasBeenSet() const
const Aws::String & GetState() const
AWS_LIGHTSAIL_API Aws::Utils::Json::JsonValue Jsonize() const
AvailabilityZone & WithState(StateT &&value)
AWS_LIGHTSAIL_API AvailabilityZone & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_LIGHTSAIL_API AvailabilityZone(Aws::Utils::Json::JsonView jsonValue)
AvailabilityZone & WithZoneName(ZoneNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue