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/DeploymentTarget.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
62 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
void SetDeploymentTargets(Aws::Vector< DeploymentTarget > &&value)
const Aws::Vector< DeploymentTarget > & GetDeploymentTargets() const
void SetRequestId(Aws::String &&value)
void SetDeploymentTargets(const Aws::Vector< DeploymentTarget > &value)
BatchGetDeploymentTargetsResult & WithRequestId(const Aws::String &value)
AWS_CODEDEPLOY_API BatchGetDeploymentTargetsResult()
BatchGetDeploymentTargetsResult & WithDeploymentTargets(Aws::Vector< DeploymentTarget > &&value)
void SetRequestId(const char *value)
BatchGetDeploymentTargetsResult & WithRequestId(const char *value)
BatchGetDeploymentTargetsResult & AddDeploymentTargets(const DeploymentTarget &value)
AWS_CODEDEPLOY_API BatchGetDeploymentTargetsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchGetDeploymentTargetsResult & WithRequestId(Aws::String &&value)
BatchGetDeploymentTargetsResult & WithDeploymentTargets(const Aws::Vector< DeploymentTarget > &value)
const Aws::String & GetRequestId() const
void SetRequestId(const Aws::String &value)
BatchGetDeploymentTargetsResult & AddDeploymentTargets(DeploymentTarget &&value)
AWS_CODEDEPLOY_API BatchGetDeploymentTargetsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue