AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DescribeSchemasResult.h
1
6#pragma once
7#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace DatabaseMigrationService
25{
26namespace Model
27{
34 {
35 public:
36 AWS_DATABASEMIGRATIONSERVICE_API DescribeSchemasResult();
39
40
42
47 inline const Aws::String& GetMarker() const{ return m_marker; }
48 inline void SetMarker(const Aws::String& value) { m_marker = value; }
49 inline void SetMarker(Aws::String&& value) { m_marker = std::move(value); }
50 inline void SetMarker(const char* value) { m_marker.assign(value); }
51 inline DescribeSchemasResult& WithMarker(const Aws::String& value) { SetMarker(value); return *this;}
52 inline DescribeSchemasResult& WithMarker(Aws::String&& value) { SetMarker(std::move(value)); return *this;}
53 inline DescribeSchemasResult& WithMarker(const char* value) { SetMarker(value); return *this;}
55
57
60 inline const Aws::Vector<Aws::String>& GetSchemas() const{ return m_schemas; }
61 inline void SetSchemas(const Aws::Vector<Aws::String>& value) { m_schemas = value; }
62 inline void SetSchemas(Aws::Vector<Aws::String>&& value) { m_schemas = std::move(value); }
63 inline DescribeSchemasResult& WithSchemas(const Aws::Vector<Aws::String>& value) { SetSchemas(value); return *this;}
64 inline DescribeSchemasResult& WithSchemas(Aws::Vector<Aws::String>&& value) { SetSchemas(std::move(value)); return *this;}
65 inline DescribeSchemasResult& AddSchemas(const Aws::String& value) { m_schemas.push_back(value); return *this; }
66 inline DescribeSchemasResult& AddSchemas(Aws::String&& value) { m_schemas.push_back(std::move(value)); return *this; }
67 inline DescribeSchemasResult& AddSchemas(const char* value) { m_schemas.push_back(value); return *this; }
69
71
72 inline const Aws::String& GetRequestId() const{ return m_requestId; }
73 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
74 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
75 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
76 inline DescribeSchemasResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
77 inline DescribeSchemasResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
78 inline DescribeSchemasResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
80 private:
81
82 Aws::String m_marker;
83
85
86 Aws::String m_requestId;
87 };
88
89} // namespace Model
90} // namespace DatabaseMigrationService
91} // namespace Aws
AWS_DATABASEMIGRATIONSERVICE_API DescribeSchemasResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeSchemasResult & WithSchemas(Aws::Vector< Aws::String > &&value)
AWS_DATABASEMIGRATIONSERVICE_API DescribeSchemasResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_DATABASEMIGRATIONSERVICE_API DescribeSchemasResult()
DescribeSchemasResult & WithMarker(Aws::String &&value)
DescribeSchemasResult & AddSchemas(const Aws::String &value)
DescribeSchemasResult & WithSchemas(const Aws::Vector< Aws::String > &value)
DescribeSchemasResult & WithRequestId(const char *value)
DescribeSchemasResult & AddSchemas(Aws::String &&value)
DescribeSchemasResult & WithMarker(const Aws::String &value)
DescribeSchemasResult & WithRequestId(Aws::String &&value)
void SetSchemas(const Aws::Vector< Aws::String > &value)
DescribeSchemasResult & WithRequestId(const Aws::String &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