AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ListDeploymentsResult.h
1
6#pragma once
7#include <aws/codedeploy/CodeDeploy_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.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 CodeDeploy
25{
26namespace Model
27{
35 {
36 public:
37 AWS_CODEDEPLOY_API ListDeploymentsResult();
40
41
43
46 inline const Aws::Vector<Aws::String>& GetDeployments() const{ return m_deployments; }
47 inline void SetDeployments(const Aws::Vector<Aws::String>& value) { m_deployments = value; }
48 inline void SetDeployments(Aws::Vector<Aws::String>&& value) { m_deployments = std::move(value); }
50 inline ListDeploymentsResult& WithDeployments(Aws::Vector<Aws::String>&& value) { SetDeployments(std::move(value)); return *this;}
51 inline ListDeploymentsResult& AddDeployments(const Aws::String& value) { m_deployments.push_back(value); return *this; }
52 inline ListDeploymentsResult& AddDeployments(Aws::String&& value) { m_deployments.push_back(std::move(value)); return *this; }
53 inline ListDeploymentsResult& AddDeployments(const char* value) { m_deployments.push_back(value); return *this; }
55
57
62 inline const Aws::String& GetNextToken() const{ return m_nextToken; }
63 inline void SetNextToken(const Aws::String& value) { m_nextToken = value; }
64 inline void SetNextToken(Aws::String&& value) { m_nextToken = std::move(value); }
65 inline void SetNextToken(const char* value) { m_nextToken.assign(value); }
66 inline ListDeploymentsResult& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;}
67 inline ListDeploymentsResult& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); return *this;}
68 inline ListDeploymentsResult& WithNextToken(const char* value) { SetNextToken(value); return *this;}
70
72
73 inline const Aws::String& GetRequestId() const{ return m_requestId; }
74 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
75 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
76 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
77 inline ListDeploymentsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
78 inline ListDeploymentsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
79 inline ListDeploymentsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
81 private:
82
83 Aws::Vector<Aws::String> m_deployments;
84
85 Aws::String m_nextToken;
86
87 Aws::String m_requestId;
88 };
89
90} // namespace Model
91} // namespace CodeDeploy
92} // namespace Aws
ListDeploymentsResult & AddDeployments(const Aws::String &value)
void SetDeployments(Aws::Vector< Aws::String > &&value)
ListDeploymentsResult & WithDeployments(Aws::Vector< Aws::String > &&value)
ListDeploymentsResult & AddDeployments(const char *value)
void SetDeployments(const Aws::Vector< Aws::String > &value)
ListDeploymentsResult & WithNextToken(Aws::String &&value)
ListDeploymentsResult & WithNextToken(const char *value)
ListDeploymentsResult & WithRequestId(const char *value)
AWS_CODEDEPLOY_API ListDeploymentsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListDeploymentsResult & AddDeployments(Aws::String &&value)
ListDeploymentsResult & WithRequestId(Aws::String &&value)
AWS_CODEDEPLOY_API ListDeploymentsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListDeploymentsResult & WithNextToken(const Aws::String &value)
ListDeploymentsResult & WithDeployments(const Aws::Vector< Aws::String > &value)
ListDeploymentsResult & WithRequestId(const Aws::String &value)
const Aws::Vector< Aws::String > & GetDeployments() 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