7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/s3-crt/S3Crt_EXPORTS.h>
10#include <aws/s3-crt/model/IntelligentTieringFilter.h>
11#include <aws/s3-crt/model/IntelligentTieringStatus.h>
12#include <aws/s3-crt/model/Tiering.h>
49 template <
typename IdT = Aws::String>
51 m_idHasBeenSet =
true;
52 m_id = std::forward<IdT>(value);
54 template <
typename IdT = Aws::String>
56 SetId(std::forward<IdT>(value));
68 template <
typename FilterT = IntelligentTieringFilter>
70 m_filterHasBeenSet =
true;
71 m_filter = std::forward<FilterT>(value);
73 template <
typename FilterT = IntelligentTieringFilter>
87 m_statusHasBeenSet =
true;
103 template <
typename TieringsT = Aws::Vector<Tiering>>
105 m_tieringsHasBeenSet =
true;
106 m_tierings = std::forward<TieringsT>(value);
108 template <
typename TieringsT = Aws::Vector<Tiering>>
113 template <
typename TieringsT = Tiering>
115 m_tieringsHasBeenSet =
true;
116 m_tierings.emplace_back(std::forward<TieringsT>(value));
128 bool m_idHasBeenSet =
false;
129 bool m_filterHasBeenSet =
false;
130 bool m_statusHasBeenSet =
false;
131 bool m_tieringsHasBeenSet =
false;
IntelligentTieringConfiguration & WithStatus(IntelligentTieringStatus value)
bool TieringsHasBeenSet() const
IntelligentTieringConfiguration & WithFilter(FilterT &&value)
IntelligentTieringConfiguration & WithId(IdT &&value)
bool FilterHasBeenSet() const
IntelligentTieringConfiguration & WithTierings(TieringsT &&value)
const Aws::String & GetId() const
bool StatusHasBeenSet() const
AWS_S3CRT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
IntelligentTieringStatus GetStatus() const
void SetFilter(FilterT &&value)
void SetTierings(TieringsT &&value)
AWS_S3CRT_API IntelligentTieringConfiguration & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3CRT_API IntelligentTieringConfiguration()=default
IntelligentTieringConfiguration & AddTierings(TieringsT &&value)
AWS_S3CRT_API IntelligentTieringConfiguration(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::Vector< Tiering > & GetTierings() const
void SetStatus(IntelligentTieringStatus value)
bool IdHasBeenSet() const
const IntelligentTieringFilter & GetFilter() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector