AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetDataLakeSourcesResult.h
1
6#pragma once
7#include <aws/securitylake/SecurityLake_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/securitylake/model/DataLakeSource.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 SecurityLake
26{
27namespace Model
28{
30 {
31 public:
32 AWS_SECURITYLAKE_API GetDataLakeSourcesResult();
35
36
38
44 inline const Aws::String& GetDataLakeArn() const{ return m_dataLakeArn; }
45 inline void SetDataLakeArn(const Aws::String& value) { m_dataLakeArn = value; }
46 inline void SetDataLakeArn(Aws::String&& value) { m_dataLakeArn = std::move(value); }
47 inline void SetDataLakeArn(const char* value) { m_dataLakeArn.assign(value); }
48 inline GetDataLakeSourcesResult& WithDataLakeArn(const Aws::String& value) { SetDataLakeArn(value); return *this;}
49 inline GetDataLakeSourcesResult& WithDataLakeArn(Aws::String&& value) { SetDataLakeArn(std::move(value)); return *this;}
50 inline GetDataLakeSourcesResult& WithDataLakeArn(const char* value) { SetDataLakeArn(value); return *this;}
52
54
57 inline const Aws::Vector<DataLakeSource>& GetDataLakeSources() const{ return m_dataLakeSources; }
58 inline void SetDataLakeSources(const Aws::Vector<DataLakeSource>& value) { m_dataLakeSources = value; }
59 inline void SetDataLakeSources(Aws::Vector<DataLakeSource>&& value) { m_dataLakeSources = std::move(value); }
62 inline GetDataLakeSourcesResult& AddDataLakeSources(const DataLakeSource& value) { m_dataLakeSources.push_back(value); return *this; }
63 inline GetDataLakeSourcesResult& AddDataLakeSources(DataLakeSource&& value) { m_dataLakeSources.push_back(std::move(value)); return *this; }
65
67
74 inline const Aws::String& GetNextToken() const{ return m_nextToken; }
75 inline void SetNextToken(const Aws::String& value) { m_nextToken = value; }
76 inline void SetNextToken(Aws::String&& value) { m_nextToken = std::move(value); }
77 inline void SetNextToken(const char* value) { m_nextToken.assign(value); }
78 inline GetDataLakeSourcesResult& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;}
79 inline GetDataLakeSourcesResult& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); return *this;}
80 inline GetDataLakeSourcesResult& WithNextToken(const char* value) { SetNextToken(value); return *this;}
82
84
85 inline const Aws::String& GetRequestId() const{ return m_requestId; }
86 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
87 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
88 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
89 inline GetDataLakeSourcesResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
90 inline GetDataLakeSourcesResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
91 inline GetDataLakeSourcesResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
93 private:
94
95 Aws::String m_dataLakeArn;
96
97 Aws::Vector<DataLakeSource> m_dataLakeSources;
98
99 Aws::String m_nextToken;
100
101 Aws::String m_requestId;
102 };
103
104} // namespace Model
105} // namespace SecurityLake
106} // namespace Aws
GetDataLakeSourcesResult & WithDataLakeSources(Aws::Vector< DataLakeSource > &&value)
GetDataLakeSourcesResult & WithRequestId(Aws::String &&value)
void SetDataLakeSources(const Aws::Vector< DataLakeSource > &value)
GetDataLakeSourcesResult & WithDataLakeArn(const char *value)
void SetDataLakeSources(Aws::Vector< DataLakeSource > &&value)
GetDataLakeSourcesResult & WithRequestId(const char *value)
AWS_SECURITYLAKE_API GetDataLakeSourcesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetDataLakeSourcesResult & AddDataLakeSources(const DataLakeSource &value)
GetDataLakeSourcesResult & WithNextToken(const Aws::String &value)
GetDataLakeSourcesResult & WithDataLakeSources(const Aws::Vector< DataLakeSource > &value)
GetDataLakeSourcesResult & WithNextToken(Aws::String &&value)
AWS_SECURITYLAKE_API GetDataLakeSourcesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetDataLakeSourcesResult & WithNextToken(const char *value)
GetDataLakeSourcesResult & WithRequestId(const Aws::String &value)
GetDataLakeSourcesResult & WithDataLakeArn(const Aws::String &value)
GetDataLakeSourcesResult & WithDataLakeArn(Aws::String &&value)
GetDataLakeSourcesResult & AddDataLakeSources(DataLakeSource &&value)
const Aws::Vector< DataLakeSource > & GetDataLakeSources() 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