7#include <aws/neptune/Neptune_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename NameT = Aws::String>
49 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
50 template<
typename NameT = Aws::String>
56 bool m_nameHasBeenSet =
false;
bool NameHasBeenSet() const
AWS_NEPTUNE_API AvailabilityZone(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetName(NameT &&value)
AWS_NEPTUNE_API AvailabilityZone & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_NEPTUNE_API void OutputToStream(Aws::OStream &oStream, const char *location) const
const Aws::String & GetName() const
AWS_NEPTUNE_API AvailabilityZone()=default
AvailabilityZone & WithName(NameT &&value)
AWS_NEPTUNE_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream