7#include <aws/codedeploy/CodeDeploy_EXPORTS.h>
8#include <aws/codedeploy/model/DeploymentInfo.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template <
typename DeploymentsInfoT = Aws::Vector<DeploymentInfo>>
44 m_deploymentsInfoHasBeenSet =
true;
45 m_deploymentsInfo = std::forward<DeploymentsInfoT>(value);
47 template <
typename DeploymentsInfoT = Aws::Vector<DeploymentInfo>>
52 template <
typename DeploymentsInfoT = DeploymentInfo>
54 m_deploymentsInfoHasBeenSet =
true;
55 m_deploymentsInfo.emplace_back(std::forward<DeploymentsInfoT>(value));
63 template <
typename RequestIdT = Aws::String>
65 m_requestIdHasBeenSet =
true;
66 m_requestId = std::forward<RequestIdT>(value);
68 template <
typename RequestIdT = Aws::String>
78 bool m_deploymentsInfoHasBeenSet =
false;
79 bool m_requestIdHasBeenSet =
false;
AWS_CODEDEPLOY_API BatchGetDeploymentsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetDeploymentsInfo(DeploymentsInfoT &&value)
AWS_CODEDEPLOY_API BatchGetDeploymentsResult()=default
BatchGetDeploymentsResult & AddDeploymentsInfo(DeploymentsInfoT &&value)
BatchGetDeploymentsResult & WithRequestId(RequestIdT &&value)
AWS_CODEDEPLOY_API BatchGetDeploymentsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< DeploymentInfo > & GetDeploymentsInfo() const
const Aws::String & GetRequestId() const
BatchGetDeploymentsResult & WithDeploymentsInfo(DeploymentsInfoT &&value)
void SetRequestId(RequestIdT &&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