AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
BatchGetCustomDataIdentifiersResult.h
1
6#pragma once
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>
11#include <utility>
12
13namespace Aws
14{
15template<typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils
19{
20namespace Json
21{
22 class JsonValue;
23} // namespace Json
24} // namespace Utils
25namespace Macie2
26{
27namespace Model
28{
30 {
31 public:
35
36
38
42 inline const Aws::Vector<BatchGetCustomDataIdentifierSummary>& GetCustomDataIdentifiers() const{ return m_customDataIdentifiers; }
43 inline void SetCustomDataIdentifiers(const Aws::Vector<BatchGetCustomDataIdentifierSummary>& value) { m_customDataIdentifiers = value; }
44 inline void SetCustomDataIdentifiers(Aws::Vector<BatchGetCustomDataIdentifierSummary>&& value) { m_customDataIdentifiers = std::move(value); }
47 inline BatchGetCustomDataIdentifiersResult& AddCustomDataIdentifiers(const BatchGetCustomDataIdentifierSummary& value) { m_customDataIdentifiers.push_back(value); return *this; }
48 inline BatchGetCustomDataIdentifiersResult& AddCustomDataIdentifiers(BatchGetCustomDataIdentifierSummary&& value) { m_customDataIdentifiers.push_back(std::move(value)); return *this; }
50
52
57 inline const Aws::Vector<Aws::String>& GetNotFoundIdentifierIds() const{ return m_notFoundIdentifierIds; }
58 inline void SetNotFoundIdentifierIds(const Aws::Vector<Aws::String>& value) { m_notFoundIdentifierIds = value; }
59 inline void SetNotFoundIdentifierIds(Aws::Vector<Aws::String>&& value) { m_notFoundIdentifierIds = std::move(value); }
62 inline BatchGetCustomDataIdentifiersResult& AddNotFoundIdentifierIds(const Aws::String& value) { m_notFoundIdentifierIds.push_back(value); return *this; }
63 inline BatchGetCustomDataIdentifiersResult& AddNotFoundIdentifierIds(Aws::String&& value) { m_notFoundIdentifierIds.push_back(std::move(value)); return *this; }
64 inline BatchGetCustomDataIdentifiersResult& AddNotFoundIdentifierIds(const char* value) { m_notFoundIdentifierIds.push_back(value); return *this; }
66
68
69 inline const Aws::String& GetRequestId() const{ return m_requestId; }
70 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
71 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
72 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
73 inline BatchGetCustomDataIdentifiersResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
74 inline BatchGetCustomDataIdentifiersResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
75 inline BatchGetCustomDataIdentifiersResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
77 private:
78
80
81 Aws::Vector<Aws::String> m_notFoundIdentifierIds;
82
83 Aws::String m_requestId;
84 };
85
86} // namespace Model
87} // namespace Macie2
88} // namespace Aws
BatchGetCustomDataIdentifiersResult & AddCustomDataIdentifiers(BatchGetCustomDataIdentifierSummary &&value)
BatchGetCustomDataIdentifiersResult & AddCustomDataIdentifiers(const BatchGetCustomDataIdentifierSummary &value)
void SetCustomDataIdentifiers(Aws::Vector< BatchGetCustomDataIdentifierSummary > &&value)
BatchGetCustomDataIdentifiersResult & AddNotFoundIdentifierIds(Aws::String &&value)
BatchGetCustomDataIdentifiersResult & AddNotFoundIdentifierIds(const Aws::String &value)
BatchGetCustomDataIdentifiersResult & WithRequestId(const char *value)
AWS_MACIE2_API BatchGetCustomDataIdentifiersResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchGetCustomDataIdentifiersResult & WithCustomDataIdentifiers(const Aws::Vector< BatchGetCustomDataIdentifierSummary > &value)
AWS_MACIE2_API BatchGetCustomDataIdentifiersResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchGetCustomDataIdentifiersResult & AddNotFoundIdentifierIds(const char *value)
void SetNotFoundIdentifierIds(const Aws::Vector< Aws::String > &value)
BatchGetCustomDataIdentifiersResult & WithCustomDataIdentifiers(Aws::Vector< BatchGetCustomDataIdentifierSummary > &&value)
BatchGetCustomDataIdentifiersResult & WithNotFoundIdentifierIds(Aws::Vector< Aws::String > &&value)
BatchGetCustomDataIdentifiersResult & WithRequestId(Aws::String &&value)
BatchGetCustomDataIdentifiersResult & WithRequestId(const Aws::String &value)
BatchGetCustomDataIdentifiersResult & WithNotFoundIdentifierIds(const Aws::Vector< Aws::String > &value)
void SetCustomDataIdentifiers(const Aws::Vector< BatchGetCustomDataIdentifierSummary > &value)
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