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/Tag.h>
44 template <
typename StatusT = Aws::String>
46 m_statusHasBeenSet =
true;
47 m_status = std::forward<StatusT>(value);
49 template <
typename StatusT = Aws::String>
62 template <
typename CIDRIPT = Aws::String>
64 m_cIDRIPHasBeenSet =
true;
65 m_cIDRIP = std::forward<CIDRIPT>(value);
67 template <
typename CIDRIPT = Aws::String>
80 template <
typename TagsT = Aws::Vector<Tag>>
82 m_tagsHasBeenSet =
true;
83 m_tags = std::forward<TagsT>(value);
85 template <
typename TagsT = Aws::Vector<Tag>>
87 SetTags(std::forward<TagsT>(value));
90 template <
typename TagsT = Tag>
92 m_tagsHasBeenSet =
true;
93 m_tags.emplace_back(std::forward<TagsT>(value));
103 bool m_statusHasBeenSet =
false;
104 bool m_cIDRIPHasBeenSet =
false;
105 bool m_tagsHasBeenSet =
false;
void SetStatus(StatusT &&value)
IPRange & WithTags(TagsT &&value)
IPRange & WithStatus(StatusT &&value)
const Aws::Vector< Tag > & GetTags() const
AWS_REDSHIFT_API IPRange(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetTags(TagsT &&value)
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
const Aws::String & GetCIDRIP() const
IPRange & AddTags(TagsT &&value)
const Aws::String & GetStatus() const
IPRange & WithCIDRIP(CIDRIPT &&value)
void SetCIDRIP(CIDRIPT &&value)
AWS_REDSHIFT_API IPRange()=default
AWS_REDSHIFT_API IPRange & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool TagsHasBeenSet() const
bool StatusHasBeenSet() const
bool CIDRIPHasBeenSet() const
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