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/DeploymentGroupInfo.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
74 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
BatchGetDeploymentGroupsResult & AddDeploymentGroupsInfo(const DeploymentGroupInfo &value)
void SetErrorMessage(const Aws::String &value)
const Aws::String & GetErrorMessage() const
AWS_CODEDEPLOY_API BatchGetDeploymentGroupsResult()
BatchGetDeploymentGroupsResult & WithRequestId(Aws::String &&value)
BatchGetDeploymentGroupsResult & WithRequestId(const Aws::String &value)
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)
const Aws::String & GetRequestId() const
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 SetRequestId(Aws::String &&value)
void SetRequestId(const Aws::String &value)
BatchGetDeploymentGroupsResult & WithRequestId(const char *value)
void SetDeploymentGroupsInfo(Aws::Vector< DeploymentGroupInfo > &&value)
BatchGetDeploymentGroupsResult & WithErrorMessage(Aws::String &&value)
void SetRequestId(const char *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