7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/redshift/model/SupportedPlatform.h>
52 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
74 bool m_nameHasBeenSet =
false;
77 bool m_supportedPlatformsHasBeenSet =
false;
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetName(const Aws::String &value)
AvailabilityZone & WithName(const Aws::String &value)
void SetSupportedPlatforms(const Aws::Vector< SupportedPlatform > &value)
AWS_REDSHIFT_API AvailabilityZone()
const Aws::Vector< SupportedPlatform > & GetSupportedPlatforms() const
void SetSupportedPlatforms(Aws::Vector< SupportedPlatform > &&value)
void SetName(Aws::String &&value)
AvailabilityZone & WithName(Aws::String &&value)
void SetName(const char *value)
bool SupportedPlatformsHasBeenSet() const
AvailabilityZone & WithSupportedPlatforms(Aws::Vector< SupportedPlatform > &&value)
AWS_REDSHIFT_API AvailabilityZone(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetName() const
bool NameHasBeenSet() const
AvailabilityZone & WithName(const char *value)
AvailabilityZone & AddSupportedPlatforms(SupportedPlatform &&value)
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AvailabilityZone & WithSupportedPlatforms(const Aws::Vector< SupportedPlatform > &value)
AvailabilityZone & AddSupportedPlatforms(const SupportedPlatform &value)
AWS_REDSHIFT_API AvailabilityZone & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream