7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename RegionT = Aws::String>
49 void SetRegion(RegionT&& value) { m_regionHasBeenSet =
true; m_region = std::forward<RegionT>(value); }
50 template<
typename RegionT = Aws::String>
62 template<
typename ServiceStateT = Aws::String>
63 void SetServiceState(ServiceStateT&& value) { m_serviceStateHasBeenSet =
true; m_serviceState = std::forward<ServiceStateT>(value); }
64 template<
typename ServiceStateT = Aws::String>
70 bool m_regionHasBeenSet =
false;
73 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