7#include <aws/codedeploy/CodeDeploy_EXPORTS.h>
8#include <aws/codedeploy/model/DeploymentTarget.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
44 template <
typename DeploymentTargetsT = Aws::Vector<DeploymentTarget>>
46 m_deploymentTargetsHasBeenSet =
true;
47 m_deploymentTargets = std::forward<DeploymentTargetsT>(value);
49 template <
typename DeploymentTargetsT = Aws::Vector<DeploymentTarget>>
54 template <
typename DeploymentTargetsT = DeploymentTarget>
56 m_deploymentTargetsHasBeenSet =
true;
57 m_deploymentTargets.emplace_back(std::forward<DeploymentTargetsT>(value));
65 template <
typename RequestIdT = Aws::String>
67 m_requestIdHasBeenSet =
true;
68 m_requestId = std::forward<RequestIdT>(value);
70 template <
typename RequestIdT = Aws::String>
83 bool m_deploymentTargetsHasBeenSet =
false;
84 bool m_requestIdHasBeenSet =
false;
BatchGetDeploymentTargetsResult & WithRequestId(RequestIdT &&value)
const Aws::Vector< DeploymentTarget > & GetDeploymentTargets() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetRequestId(RequestIdT &&value)
void SetDeploymentTargets(DeploymentTargetsT &&value)
AWS_CODEDEPLOY_API BatchGetDeploymentTargetsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchGetDeploymentTargetsResult & AddDeploymentTargets(DeploymentTargetsT &&value)
BatchGetDeploymentTargetsResult & WithDeploymentTargets(DeploymentTargetsT &&value)
const Aws::String & GetRequestId() const
AWS_CODEDEPLOY_API BatchGetDeploymentTargetsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CODEDEPLOY_API BatchGetDeploymentTargetsResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue