15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
#define AWS_CODEDEPLOY_API
BatchGetDeploymentGroupsResult & AddDeploymentGroupsInfo(const DeploymentGroupInfo &value)
void SetErrorMessage(const Aws::String &value)
const Aws::String & GetErrorMessage() const
AWS_CODEDEPLOY_API BatchGetDeploymentGroupsResult()
void SetDeploymentGroupsInfo(const Aws::Vector< DeploymentGroupInfo > &value)
AWS_CODEDEPLOY_API BatchGetDeploymentGroupsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< DeploymentGroupInfo > & GetDeploymentGroupsInfo() const
BatchGetDeploymentGroupsResult & WithErrorMessage(const Aws::String &value)
BatchGetDeploymentGroupsResult & WithDeploymentGroupsInfo(const Aws::Vector< DeploymentGroupInfo > &value)
BatchGetDeploymentGroupsResult & AddDeploymentGroupsInfo(DeploymentGroupInfo &&value)
BatchGetDeploymentGroupsResult & WithDeploymentGroupsInfo(Aws::Vector< DeploymentGroupInfo > &&value)
void SetErrorMessage(Aws::String &&value)
AWS_CODEDEPLOY_API BatchGetDeploymentGroupsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchGetDeploymentGroupsResult & WithErrorMessage(const char *value)
void SetErrorMessage(const char *value)
void SetDeploymentGroupsInfo(Aws::Vector< DeploymentGroupInfo > &&value)
BatchGetDeploymentGroupsResult & WithErrorMessage(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector