23 template<
typename RESULT_TYPE>
24 class AmazonWebServiceResult;
void SetDeploymentGroupsInfo(Aws::Vector< DeploymentGroupInfo > &&value)
void SetErrorMessage(const char *value)
const Aws::Vector< DeploymentGroupInfo > & GetDeploymentGroupsInfo() const
BatchGetDeploymentGroupsResult & WithErrorMessage(const Aws::String &value)
BatchGetDeploymentGroupsResult & WithDeploymentGroupsInfo(const Aws::Vector< DeploymentGroupInfo > &value)
void SetErrorMessage(const Aws::String &value)
std::vector< T, Aws::Allocator< T > > Vector
const Aws::String & GetErrorMessage() const
void SetDeploymentGroupsInfo(const Aws::Vector< DeploymentGroupInfo > &value)
BatchGetDeploymentGroupsResult & WithErrorMessage(const char *value)
#define AWS_CODEDEPLOY_API
BatchGetDeploymentGroupsResult & AddDeploymentGroupsInfo(DeploymentGroupInfo &&value)
BatchGetDeploymentGroupsResult & AddDeploymentGroupsInfo(const DeploymentGroupInfo &value)
void SetErrorMessage(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
BatchGetDeploymentGroupsResult & WithDeploymentGroupsInfo(Aws::Vector< DeploymentGroupInfo > &&value)
BatchGetDeploymentGroupsResult & WithErrorMessage(Aws::String &&value)
JSON (JavaScript Object Notation).