7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/s3control/S3Control_EXPORTS.h>
9#include <aws/s3control/model/StorageLensGroupFilter.h>
45 template <
typename NameT = Aws::String>
47 m_nameHasBeenSet =
true;
48 m_name = std::forward<NameT>(value);
50 template <
typename NameT = Aws::String>
52 SetName(std::forward<NameT>(value));
65 template <
typename FilterT = StorageLensGroupFilter>
67 m_filterHasBeenSet =
true;
68 m_filter = std::forward<FilterT>(value);
70 template <
typename FilterT = StorageLensGroupFilter>
84 template <
typename StorageLensGroupArnT = Aws::String>
86 m_storageLensGroupArnHasBeenSet =
true;
87 m_storageLensGroupArn = std::forward<StorageLensGroupArnT>(value);
89 template <
typename StorageLensGroupArnT = Aws::String>
101 bool m_nameHasBeenSet =
false;
102 bool m_filterHasBeenSet =
false;
103 bool m_storageLensGroupArnHasBeenSet =
false;
void SetStorageLensGroupArn(StorageLensGroupArnT &&value)
const Aws::String & GetName() const
const StorageLensGroupFilter & GetFilter() const
AWS_S3CONTROL_API StorageLensGroup()=default
bool StorageLensGroupArnHasBeenSet() const
AWS_S3CONTROL_API StorageLensGroup(const Aws::Utils::Xml::XmlNode &xmlNode)
StorageLensGroup & WithStorageLensGroupArn(StorageLensGroupArnT &&value)
AWS_S3CONTROL_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
StorageLensGroup & WithFilter(FilterT &&value)
AWS_S3CONTROL_API StorageLensGroup & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetFilter(FilterT &&value)
const Aws::String & GetStorageLensGroupArn() const
void SetName(NameT &&value)
StorageLensGroup & WithName(NameT &&value)
bool NameHasBeenSet() const
bool FilterHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String