7#include <aws/s3/S3_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/s3/model/MetricsFilter.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>
69 template<
typename FilterT = MetricsFilter>
70 void SetFilter(FilterT&& value) { m_filterHasBeenSet =
true; m_filter = std::forward<FilterT>(value); }
71 template<
typename FilterT = MetricsFilter>
77 bool m_idHasBeenSet =
false;
80 bool m_filterHasBeenSet =
false;
AWS_S3_API MetricsConfiguration & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
const Aws::String & GetId() const
bool FilterHasBeenSet() const
AWS_S3_API MetricsConfiguration(const Aws::Utils::Xml::XmlNode &xmlNode)
MetricsConfiguration & WithFilter(FilterT &&value)
const MetricsFilter & GetFilter() const
MetricsConfiguration & WithId(IdT &&value)
AWS_S3_API MetricsConfiguration()=default
void SetFilter(FilterT &&value)
bool IdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String