AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetPipelineChangeProgressResult.h
1
6#pragma once
7#include <aws/osis/OSIS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/osis/model/ChangeProgressStatus.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 OSIS
26{
27namespace Model
28{
30 {
31 public:
35
36
38
41 inline const Aws::Vector<ChangeProgressStatus>& GetChangeProgressStatuses() const{ return m_changeProgressStatuses; }
42 inline void SetChangeProgressStatuses(const Aws::Vector<ChangeProgressStatus>& value) { m_changeProgressStatuses = value; }
43 inline void SetChangeProgressStatuses(Aws::Vector<ChangeProgressStatus>&& value) { m_changeProgressStatuses = std::move(value); }
46 inline GetPipelineChangeProgressResult& AddChangeProgressStatuses(const ChangeProgressStatus& value) { m_changeProgressStatuses.push_back(value); return *this; }
47 inline GetPipelineChangeProgressResult& AddChangeProgressStatuses(ChangeProgressStatus&& value) { m_changeProgressStatuses.push_back(std::move(value)); return *this; }
49
51
52 inline const Aws::String& GetRequestId() const{ return m_requestId; }
53 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
54 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
55 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
56 inline GetPipelineChangeProgressResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
57 inline GetPipelineChangeProgressResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
58 inline GetPipelineChangeProgressResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
60 private:
61
62 Aws::Vector<ChangeProgressStatus> m_changeProgressStatuses;
63
64 Aws::String m_requestId;
65 };
66
67} // namespace Model
68} // namespace OSIS
69} // namespace Aws
GetPipelineChangeProgressResult & WithRequestId(Aws::String &&value)
const Aws::Vector< ChangeProgressStatus > & GetChangeProgressStatuses() const
GetPipelineChangeProgressResult & WithChangeProgressStatuses(Aws::Vector< ChangeProgressStatus > &&value)
AWS_OSIS_API GetPipelineChangeProgressResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetPipelineChangeProgressResult & WithRequestId(const char *value)
GetPipelineChangeProgressResult & WithRequestId(const Aws::String &value)
void SetChangeProgressStatuses(const Aws::Vector< ChangeProgressStatus > &value)
AWS_OSIS_API GetPipelineChangeProgressResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetPipelineChangeProgressResult & AddChangeProgressStatuses(ChangeProgressStatus &&value)
GetPipelineChangeProgressResult & WithChangeProgressStatuses(const Aws::Vector< ChangeProgressStatus > &value)
void SetChangeProgressStatuses(Aws::Vector< ChangeProgressStatus > &&value)
GetPipelineChangeProgressResult & AddChangeProgressStatuses(const ChangeProgressStatus &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