7#include <aws/macie2/Macie2_EXPORTS.h>
8#include <aws/macie2/Macie2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/macie2/model/S3ClassificationScopeUpdate.h>
43 template<
typename IdT = Aws::String>
44 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
45 template<
typename IdT = Aws::String>
56 template<
typename S3T = S3ClassificationScopeUpdate>
57 void SetS3(S3T&& value) { m_s3HasBeenSet =
true; m_s3 = std::forward<S3T>(value); }
58 template<
typename S3T = S3ClassificationScopeUpdate>
64 bool m_idHasBeenSet =
false;
67 bool m_s3HasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
bool IdHasBeenSet() const
UpdateClassificationScopeRequest & WithS3(S3T &&value)
bool S3HasBeenSet() const
const Aws::String & GetId() const
const S3ClassificationScopeUpdate & GetS3() const
AWS_MACIE2_API UpdateClassificationScopeRequest()=default
UpdateClassificationScopeRequest & WithId(IdT &&value)
AWS_MACIE2_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String