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/BatchGetCustomDataIdentifierSummary.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
43 template<
typename CustomDataIdentifiersT = Aws::Vector<BatchGetCustomDataIdentifierSummary>>
44 void SetCustomDataIdentifiers(CustomDataIdentifiersT&& value) { m_customDataIdentifiersHasBeenSet =
true; m_customDataIdentifiers = std::forward<CustomDataIdentifiersT>(value); }
45 template<
typename CustomDataIdentifiersT = Aws::Vector<BatchGetCustomDataIdentifierSummary>>
47 template<
typename CustomDataIdentifiersT = BatchGetCustomDataIdentifierSummary>
58 template<
typename NotFoundIdentifierIdsT = Aws::Vector<Aws::String>>
59 void SetNotFoundIdentifierIds(NotFoundIdentifierIdsT&& value) { m_notFoundIdentifierIdsHasBeenSet =
true; m_notFoundIdentifierIds = std::forward<NotFoundIdentifierIdsT>(value); }
60 template<
typename NotFoundIdentifierIdsT = Aws::Vector<Aws::String>>
62 template<
typename NotFoundIdentifierIdsT = Aws::String>
69 template<
typename RequestIdT = Aws::String>
70 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
71 template<
typename RequestIdT = Aws::String>
77 bool m_customDataIdentifiersHasBeenSet =
false;
80 bool m_notFoundIdentifierIdsHasBeenSet =
false;
83 bool m_requestIdHasBeenSet =
false;
BatchGetCustomDataIdentifiersResult & WithRequestId(RequestIdT &&value)
AWS_MACIE2_API BatchGetCustomDataIdentifiersResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchGetCustomDataIdentifiersResult & AddCustomDataIdentifiers(CustomDataIdentifiersT &&value)
const Aws::String & GetRequestId() const
AWS_MACIE2_API BatchGetCustomDataIdentifiersResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchGetCustomDataIdentifiersResult & WithCustomDataIdentifiers(CustomDataIdentifiersT &&value)
BatchGetCustomDataIdentifiersResult & WithNotFoundIdentifierIds(NotFoundIdentifierIdsT &&value)
void SetNotFoundIdentifierIds(NotFoundIdentifierIdsT &&value)
BatchGetCustomDataIdentifiersResult & AddNotFoundIdentifierIds(NotFoundIdentifierIdsT &&value)
void SetRequestId(RequestIdT &&value)
void SetCustomDataIdentifiers(CustomDataIdentifiersT &&value)
AWS_MACIE2_API BatchGetCustomDataIdentifiersResult()=default
const Aws::Vector< Aws::String > & GetNotFoundIdentifierIds() const
const Aws::Vector< BatchGetCustomDataIdentifierSummary > & GetCustomDataIdentifiers() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue