14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
#define AWS_CODEDEPLOY_API
void SetDeploymentTargets(Aws::Vector< DeploymentTarget > &&value)
const Aws::Vector< DeploymentTarget > & GetDeploymentTargets() const
void SetDeploymentTargets(const Aws::Vector< DeploymentTarget > &value)
AWS_CODEDEPLOY_API BatchGetDeploymentTargetsResult()
BatchGetDeploymentTargetsResult & WithDeploymentTargets(Aws::Vector< DeploymentTarget > &&value)
BatchGetDeploymentTargetsResult & AddDeploymentTargets(const DeploymentTarget &value)
AWS_CODEDEPLOY_API BatchGetDeploymentTargetsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchGetDeploymentTargetsResult & WithDeploymentTargets(const Aws::Vector< DeploymentTarget > &value)
BatchGetDeploymentTargetsResult & AddDeploymentTargets(DeploymentTarget &&value)
AWS_CODEDEPLOY_API BatchGetDeploymentTargetsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::vector< T, Aws::Allocator< T > > Vector