7#include <aws/s3/S3_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/s3/model/IntelligentTieringFilter.h>
10#include <aws/s3/model/IntelligentTieringStatus.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/s3/model/Tiering.h>
55 template<
typename IdT = Aws::String>
56 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
57 template<
typename IdT = Aws::String>
68 template<
typename FilterT = IntelligentTieringFilter>
69 void SetFilter(FilterT&& value) { m_filterHasBeenSet =
true; m_filter = std::forward<FilterT>(value); }
70 template<
typename FilterT = IntelligentTieringFilter>
91 template<
typename TieringsT = Aws::Vector<Tiering>>
92 void SetTierings(TieringsT&& value) { m_tieringsHasBeenSet =
true; m_tierings = std::forward<TieringsT>(value); }
93 template<
typename TieringsT = Aws::Vector<Tiering>>
95 template<
typename TieringsT = Tiering>
101 bool m_idHasBeenSet =
false;
104 bool m_filterHasBeenSet =
false;
107 bool m_statusHasBeenSet =
false;
110 bool m_tieringsHasBeenSet =
false;
AWS_S3_API IntelligentTieringConfiguration()=default
AWS_S3_API IntelligentTieringConfiguration & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool TieringsHasBeenSet() const
AWS_S3_API IntelligentTieringConfiguration(const Aws::Utils::Xml::XmlNode &xmlNode)
bool IdHasBeenSet() const
IntelligentTieringConfiguration & AddTierings(TieringsT &&value)
void SetFilter(FilterT &&value)
void SetStatus(IntelligentTieringStatus value)
const Aws::String & GetId() const
IntelligentTieringStatus GetStatus() const
bool FilterHasBeenSet() const
const IntelligentTieringFilter & GetFilter() const
void SetTierings(TieringsT &&value)
IntelligentTieringConfiguration & WithStatus(IntelligentTieringStatus value)
IntelligentTieringConfiguration & WithFilter(FilterT &&value)
IntelligentTieringConfiguration & WithId(IdT &&value)
bool StatusHasBeenSet() const
IntelligentTieringConfiguration & WithTierings(TieringsT &&value)
const Aws::Vector< Tiering > & GetTierings() const
AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector