7#include <aws/macie2/Macie2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/macie2/model/ClassificationScopeSummary.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
43 template<
typename ClassificationScopesT = Aws::Vector<ClassificationScopeSummary>>
44 void SetClassificationScopes(ClassificationScopesT&& value) { m_classificationScopesHasBeenSet =
true; m_classificationScopes = std::forward<ClassificationScopesT>(value); }
45 template<
typename ClassificationScopesT = Aws::Vector<ClassificationScopeSummary>>
47 template<
typename ClassificationScopesT = ClassificationScopeSummary>
57 template<
typename NextTokenT = Aws::String>
58 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
59 template<
typename NextTokenT = Aws::String>
66 template<
typename RequestIdT = Aws::String>
67 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
68 template<
typename RequestIdT = Aws::String>
74 bool m_classificationScopesHasBeenSet =
false;
77 bool m_nextTokenHasBeenSet =
false;
80 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetNextToken() const
ListClassificationScopesResult & WithNextToken(NextTokenT &&value)
void SetNextToken(NextTokenT &&value)
const Aws::Vector< ClassificationScopeSummary > & GetClassificationScopes() const
void SetClassificationScopes(ClassificationScopesT &&value)
ListClassificationScopesResult & AddClassificationScopes(ClassificationScopesT &&value)
AWS_MACIE2_API ListClassificationScopesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_MACIE2_API ListClassificationScopesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
AWS_MACIE2_API ListClassificationScopesResult()=default
ListClassificationScopesResult & WithClassificationScopes(ClassificationScopesT &&value)
const Aws::String & GetRequestId() const
ListClassificationScopesResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue