14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
#define AWS_CODEDEPLOY_API
AWS_CODEDEPLOY_API BatchGetDeploymentsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchGetDeploymentsResult & WithDeploymentsInfo(Aws::Vector< DeploymentInfo > &&value)
AWS_CODEDEPLOY_API BatchGetDeploymentsResult()
BatchGetDeploymentsResult & WithDeploymentsInfo(const Aws::Vector< DeploymentInfo > &value)
BatchGetDeploymentsResult & AddDeploymentsInfo(const DeploymentInfo &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)
void SetDeploymentsInfo(Aws::Vector< DeploymentInfo > &&value)
BatchGetDeploymentsResult & AddDeploymentsInfo(DeploymentInfo &&value)
std::vector< T, Aws::Allocator< T > > Vector