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>
50 template<
typename OptInStatusT = Aws::String>
51 void SetOptInStatus(OptInStatusT&& value) { m_optInStatusHasBeenSet =
true; m_optInStatus = std::forward<OptInStatusT>(value); }
52 template<
typename OptInStatusT = Aws::String>
62 template<
typename RegionNameT = Aws::String>
63 void SetRegionName(RegionNameT&& value) { m_regionNameHasBeenSet =
true; m_regionName = std::forward<RegionNameT>(value); }
64 template<
typename RegionNameT = Aws::String>
74 template<
typename Endpo
intT = Aws::String>
75 void SetEndpoint(EndpointT&& value) { m_endpointHasBeenSet =
true; m_endpoint = std::forward<EndpointT>(value); }
76 template<
typename Endpo
intT = Aws::String>
82 bool m_optInStatusHasBeenSet =
false;
85 bool m_regionNameHasBeenSet =
false;
88 bool m_endpointHasBeenSet =
false;
AWS_EC2_API Region & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_EC2_API Region()=default
bool RegionNameHasBeenSet() const
Region & WithOptInStatus(OptInStatusT &&value)
Region & WithEndpoint(EndpointT &&value)
void SetEndpoint(EndpointT &&value)
bool EndpointHasBeenSet() const
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
bool OptInStatusHasBeenSet() const
void SetRegionName(RegionNameT &&value)
const Aws::String & GetEndpoint() const
void SetOptInStatus(OptInStatusT &&value)
const Aws::String & GetOptInStatus() const
const Aws::String & GetRegionName() const
Region & WithRegionName(RegionNameT &&value)
AWS_EC2_API Region(const Aws::Utils::Xml::XmlNode &xmlNode)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream