7#include <aws/codedeploy/CodeDeploy_EXPORTS.h>
8#include <aws/codedeploy/model/DeploymentInfo.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template <
typename DeploymentsInfoT = Aws::Vector<DeploymentInfo>>
45 m_deploymentsInfoHasBeenSet =
true;
46 m_deploymentsInfo = std::forward<DeploymentsInfoT>(value);
48 template <
typename DeploymentsInfoT = Aws::Vector<DeploymentInfo>>
53 template <
typename DeploymentsInfoT = DeploymentInfo>
55 m_deploymentsInfoHasBeenSet =
true;
56 m_deploymentsInfo.emplace_back(std::forward<DeploymentsInfoT>(value));
64 template <
typename RequestIdT = Aws::String>
66 m_requestIdHasBeenSet =
true;
67 m_requestId = std::forward<RequestIdT>(value);
69 template <
typename RequestIdT = Aws::String>
82 bool m_deploymentsInfoHasBeenSet =
false;
83 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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