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/DeploymentInfo.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
61 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
AWS_CODEDEPLOY_API BatchGetDeploymentsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchGetDeploymentsResult & WithRequestId(Aws::String &&value)
BatchGetDeploymentsResult & WithDeploymentsInfo(Aws::Vector< DeploymentInfo > &&value)
void SetRequestId(const char *value)
AWS_CODEDEPLOY_API BatchGetDeploymentsResult()
void SetRequestId(const Aws::String &value)
BatchGetDeploymentsResult & WithDeploymentsInfo(const Aws::Vector< DeploymentInfo > &value)
void SetRequestId(Aws::String &&value)
BatchGetDeploymentsResult & AddDeploymentsInfo(const DeploymentInfo &value)
BatchGetDeploymentsResult & WithRequestId(const char *value)
AWS_CODEDEPLOY_API BatchGetDeploymentsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< DeploymentInfo > & GetDeploymentsInfo() const
const Aws::String & GetRequestId() const
void SetDeploymentsInfo(const Aws::Vector< DeploymentInfo > &value)
BatchGetDeploymentsResult & WithRequestId(const Aws::String &value)
void SetDeploymentsInfo(Aws::Vector< DeploymentInfo > &&value)
BatchGetDeploymentsResult & AddDeploymentsInfo(DeploymentInfo &&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