7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/macie2/Macie2_EXPORTS.h>
9#include <aws/macie2/model/S3ClassificationScope.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename IdT = Aws::String>
37 m_idHasBeenSet =
true;
38 m_id = std::forward<IdT>(value);
40 template <
typename IdT = Aws::String>
42 SetId(std::forward<IdT>(value));
52 template <
typename NameT = Aws::String>
54 m_nameHasBeenSet =
true;
55 m_name = std::forward<NameT>(value);
57 template <
typename NameT = Aws::String>
59 SetName(std::forward<NameT>(value));
69 template <
typename S3T = S3ClassificationScope>
71 m_s3HasBeenSet =
true;
72 m_s3 = std::forward<S3T>(value);
74 template <
typename S3T = S3ClassificationScope>
76 SetS3(std::forward<S3T>(value));
84 template <
typename RequestIdT = Aws::String>
86 m_requestIdHasBeenSet =
true;
87 m_requestId = std::forward<RequestIdT>(value);
89 template <
typename RequestIdT = Aws::String>
103 bool m_idHasBeenSet =
false;
104 bool m_nameHasBeenSet =
false;
105 bool m_s3HasBeenSet =
false;
106 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetName() const
void SetName(NameT &&value)
GetClassificationScopeResult & WithRequestId(RequestIdT &&value)
AWS_MACIE2_API GetClassificationScopeResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetId() const
GetClassificationScopeResult & WithId(IdT &&value)
AWS_MACIE2_API GetClassificationScopeResult()=default
void SetRequestId(RequestIdT &&value)
GetClassificationScopeResult & WithName(NameT &&value)
GetClassificationScopeResult & WithS3(S3T &&value)
AWS_MACIE2_API GetClassificationScopeResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const S3ClassificationScope & GetS3() const
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue