AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
BatchGetDeploymentsResult.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 <aws/codedeploy/model/DeploymentInfo.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 CodeDeploy
26{
27namespace Model
28{
36 {
37 public:
38 AWS_CODEDEPLOY_API BatchGetDeploymentsResult();
41
42
44
47 inline const Aws::Vector<DeploymentInfo>& GetDeploymentsInfo() const{ return m_deploymentsInfo; }
48 inline void SetDeploymentsInfo(const Aws::Vector<DeploymentInfo>& value) { m_deploymentsInfo = value; }
49 inline void SetDeploymentsInfo(Aws::Vector<DeploymentInfo>&& value) { m_deploymentsInfo = std::move(value); }
52 inline BatchGetDeploymentsResult& AddDeploymentsInfo(const DeploymentInfo& value) { m_deploymentsInfo.push_back(value); return *this; }
53 inline BatchGetDeploymentsResult& AddDeploymentsInfo(DeploymentInfo&& value) { m_deploymentsInfo.push_back(std::move(value)); return *this; }
55
57
58 inline const Aws::String& GetRequestId() const{ return m_requestId; }
59 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
60 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
61 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
62 inline BatchGetDeploymentsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
63 inline BatchGetDeploymentsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
64 inline BatchGetDeploymentsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
66 private:
67
68 Aws::Vector<DeploymentInfo> m_deploymentsInfo;
69
70 Aws::String m_requestId;
71 };
72
73} // namespace Model
74} // namespace CodeDeploy
75} // namespace Aws
AWS_CODEDEPLOY_API BatchGetDeploymentsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchGetDeploymentsResult & WithRequestId(Aws::String &&value)
BatchGetDeploymentsResult & WithDeploymentsInfo(Aws::Vector< DeploymentInfo > &&value)
BatchGetDeploymentsResult & WithDeploymentsInfo(const Aws::Vector< DeploymentInfo > &value)
BatchGetDeploymentsResult & AddDeploymentsInfo(const DeploymentInfo &value)
BatchGetDeploymentsResult & WithRequestId(const char *value)
AWS_CODEDEPLOY_API BatchGetDeploymentsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< DeploymentInfo > & GetDeploymentsInfo() const
void SetDeploymentsInfo(const Aws::Vector< DeploymentInfo > &value)
BatchGetDeploymentsResult & WithRequestId(const Aws::String &value)
void SetDeploymentsInfo(Aws::Vector< DeploymentInfo > &&value)
BatchGetDeploymentsResult & AddDeploymentsInfo(DeploymentInfo &&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