7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/redshift/Redshift_EXPORTS.h>
11#include <aws/redshift/model/SupportedPlatform.h>
44 template <
typename NameT = Aws::String>
46 m_nameHasBeenSet =
true;
47 m_name = std::forward<NameT>(value);
49 template <
typename NameT = Aws::String>
51 SetName(std::forward<NameT>(value));
62 template <
typename SupportedPlatformsT = Aws::Vector<SupportedPlatform>>
64 m_supportedPlatformsHasBeenSet =
true;
65 m_supportedPlatforms = std::forward<SupportedPlatformsT>(value);
67 template <
typename SupportedPlatformsT = Aws::Vector<SupportedPlatform>>
72 template <
typename SupportedPlatformsT = SupportedPlatform>
74 m_supportedPlatformsHasBeenSet =
true;
75 m_supportedPlatforms.emplace_back(std::forward<SupportedPlatformsT>(value));
83 bool m_nameHasBeenSet =
false;
84 bool m_supportedPlatformsHasBeenSet =
false;
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_REDSHIFT_API AvailabilityZone()=default
void SetSupportedPlatforms(SupportedPlatformsT &&value)
const Aws::Vector< SupportedPlatform > & GetSupportedPlatforms() const
void SetName(NameT &&value)
AvailabilityZone & WithName(NameT &&value)
bool SupportedPlatformsHasBeenSet() const
AvailabilityZone & AddSupportedPlatforms(SupportedPlatformsT &&value)
AWS_REDSHIFT_API AvailabilityZone(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetName() const
bool NameHasBeenSet() const
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AvailabilityZone & WithSupportedPlatforms(SupportedPlatformsT &&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