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>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
48 template<
typename DeploymentsInfoT = Aws::Vector<DeploymentInfo>>
49 void SetDeploymentsInfo(DeploymentsInfoT&& value) { m_deploymentsInfoHasBeenSet =
true; m_deploymentsInfo = std::forward<DeploymentsInfoT>(value); }
50 template<
typename DeploymentsInfoT = Aws::Vector<DeploymentInfo>>
52 template<
typename DeploymentsInfoT = DeploymentInfo>
59 template<
typename RequestIdT = Aws::String>
60 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
61 template<
typename RequestIdT = Aws::String>
67 bool m_deploymentsInfoHasBeenSet =
false;
70 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