7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/macie2/Macie2_EXPORTS.h>
10#include <aws/macie2/model/S3ClassificationScope.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename IdT = Aws::String>
38 m_idHasBeenSet =
true;
39 m_id = std::forward<IdT>(value);
41 template <
typename IdT = Aws::String>
43 SetId(std::forward<IdT>(value));
53 template <
typename NameT = Aws::String>
55 m_nameHasBeenSet =
true;
56 m_name = std::forward<NameT>(value);
58 template <
typename NameT = Aws::String>
60 SetName(std::forward<NameT>(value));
70 template <
typename S3T = S3ClassificationScope>
72 m_s3HasBeenSet =
true;
73 m_s3 = std::forward<S3T>(value);
75 template <
typename S3T = S3ClassificationScope>
77 SetS3(std::forward<S3T>(value));
85 template <
typename RequestIdT = Aws::String>
87 m_requestIdHasBeenSet =
true;
88 m_requestId = std::forward<RequestIdT>(value);
90 template <
typename RequestIdT = Aws::String>
107 bool m_idHasBeenSet =
false;
108 bool m_nameHasBeenSet =
false;
109 bool m_s3HasBeenSet =
false;
110 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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