AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
DescribeDryRunProgressResult.h
1
6#pragma once
7#include <aws/opensearch/OpenSearchService_EXPORTS.h>
8#include <aws/opensearch/model/DryRunProgressStatus.h>
9#include <aws/opensearch/model/DomainStatus.h>
10#include <aws/opensearch/model/DryRunResults.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <utility>
13
14namespace Aws
15{
16template<typename RESULT_TYPE>
17class AmazonWebServiceResult;
18
19namespace Utils
20{
21namespace Json
22{
23 class JsonValue;
24} // namespace Json
25} // namespace Utils
26namespace OpenSearchService
27{
28namespace Model
29{
31 {
32 public:
33 AWS_OPENSEARCHSERVICE_API DescribeDryRunProgressResult() = default;
36
37
39
42 inline const DryRunProgressStatus& GetDryRunProgressStatus() const { return m_dryRunProgressStatus; }
43 template<typename DryRunProgressStatusT = DryRunProgressStatus>
44 void SetDryRunProgressStatus(DryRunProgressStatusT&& value) { m_dryRunProgressStatusHasBeenSet = true; m_dryRunProgressStatus = std::forward<DryRunProgressStatusT>(value); }
45 template<typename DryRunProgressStatusT = DryRunProgressStatus>
46 DescribeDryRunProgressResult& WithDryRunProgressStatus(DryRunProgressStatusT&& value) { SetDryRunProgressStatus(std::forward<DryRunProgressStatusT>(value)); return *this;}
48
50
53 inline const DomainStatus& GetDryRunConfig() const { return m_dryRunConfig; }
54 template<typename DryRunConfigT = DomainStatus>
55 void SetDryRunConfig(DryRunConfigT&& value) { m_dryRunConfigHasBeenSet = true; m_dryRunConfig = std::forward<DryRunConfigT>(value); }
56 template<typename DryRunConfigT = DomainStatus>
57 DescribeDryRunProgressResult& WithDryRunConfig(DryRunConfigT&& value) { SetDryRunConfig(std::forward<DryRunConfigT>(value)); return *this;}
59
61
64 inline const DryRunResults& GetDryRunResults() const { return m_dryRunResults; }
65 template<typename DryRunResultsT = DryRunResults>
66 void SetDryRunResults(DryRunResultsT&& value) { m_dryRunResultsHasBeenSet = true; m_dryRunResults = std::forward<DryRunResultsT>(value); }
67 template<typename DryRunResultsT = DryRunResults>
68 DescribeDryRunProgressResult& WithDryRunResults(DryRunResultsT&& value) { SetDryRunResults(std::forward<DryRunResultsT>(value)); return *this;}
70
72
73 inline const Aws::String& GetRequestId() const { return m_requestId; }
74 template<typename RequestIdT = Aws::String>
75 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
76 template<typename RequestIdT = Aws::String>
77 DescribeDryRunProgressResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
79 private:
80
81 DryRunProgressStatus m_dryRunProgressStatus;
82 bool m_dryRunProgressStatusHasBeenSet = false;
83
84 DomainStatus m_dryRunConfig;
85 bool m_dryRunConfigHasBeenSet = false;
86
87 DryRunResults m_dryRunResults;
88 bool m_dryRunResultsHasBeenSet = false;
89
90 Aws::String m_requestId;
91 bool m_requestIdHasBeenSet = false;
92 };
93
94} // namespace Model
95} // namespace OpenSearchService
96} // namespace Aws
DescribeDryRunProgressResult & WithDryRunConfig(DryRunConfigT &&value)
AWS_OPENSEARCHSERVICE_API DescribeDryRunProgressResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeDryRunProgressResult & WithDryRunProgressStatus(DryRunProgressStatusT &&value)
DescribeDryRunProgressResult & WithDryRunResults(DryRunResultsT &&value)
AWS_OPENSEARCHSERVICE_API DescribeDryRunProgressResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeDryRunProgressResult & WithRequestId(RequestIdT &&value)
AWS_OPENSEARCHSERVICE_API DescribeDryRunProgressResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue