7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ec2/EC2_EXPORTS.h>
42 template <
typename RegionT = Aws::String>
44 m_regionHasBeenSet =
true;
45 m_region = std::forward<RegionT>(value);
47 template <
typename RegionT = Aws::String>
62 template <
typename ServiceStateT = Aws::String>
64 m_serviceStateHasBeenSet =
true;
65 m_serviceState = std::forward<ServiceStateT>(value);
67 template <
typename ServiceStateT = Aws::String>
77 bool m_regionHasBeenSet =
false;
78 bool m_serviceStateHasBeenSet =
false;
const Aws::String & GetServiceState() const
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
const Aws::String & GetRegion() const
AWS_EC2_API SupportedRegionDetail(const Aws::Utils::Xml::XmlNode &xmlNode)
bool RegionHasBeenSet() const
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
SupportedRegionDetail & WithRegion(RegionT &&value)
void SetRegion(RegionT &&value)
bool ServiceStateHasBeenSet() const
AWS_EC2_API SupportedRegionDetail & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetServiceState(ServiceStateT &&value)
SupportedRegionDetail & WithServiceState(ServiceStateT &&value)
AWS_EC2_API SupportedRegionDetail()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream