7#include <aws/s3control/S3Control_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename BucketsT = Aws::Vector<Aws::String>>
49 void SetBuckets(BucketsT&& value) { m_bucketsHasBeenSet =
true; m_buckets = std::forward<BucketsT>(value); }
50 template<
typename BucketsT = Aws::Vector<Aws::String>>
52 template<
typename BucketsT = Aws::String>
53 Exclude&
AddBuckets(BucketsT&& value) { m_bucketsHasBeenSet =
true; m_buckets.emplace_back(std::forward<BucketsT>(value));
return *
this; }
62 template<
typename RegionsT = Aws::Vector<Aws::String>>
63 void SetRegions(RegionsT&& value) { m_regionsHasBeenSet =
true; m_regions = std::forward<RegionsT>(value); }
64 template<
typename RegionsT = Aws::Vector<Aws::String>>
66 template<
typename RegionsT = Aws::String>
67 Exclude&
AddRegions(RegionsT&& value) { m_regionsHasBeenSet =
true; m_regions.emplace_back(std::forward<RegionsT>(value));
return *
this; }
72 bool m_bucketsHasBeenSet =
false;
75 bool m_regionsHasBeenSet =
false;
AWS_S3CONTROL_API Exclude & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
Exclude & AddBuckets(BucketsT &&value)
AWS_S3CONTROL_API Exclude(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetBuckets(BucketsT &&value)
Exclude & WithRegions(RegionsT &&value)
const Aws::Vector< Aws::String > & GetRegions() const
AWS_S3CONTROL_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
const Aws::Vector< Aws::String > & GetBuckets() const
bool RegionsHasBeenSet() const
Exclude & WithBuckets(BucketsT &&value)
void SetRegions(RegionsT &&value)
bool BucketsHasBeenSet() const
Exclude & AddRegions(RegionsT &&value)
AWS_S3CONTROL_API Exclude()=default
std::vector< T, Aws::Allocator< T > > Vector