7#include <aws/codedeploy/CodeDeploy_EXPORTS.h>
8#include <aws/codedeploy/CodeDeployRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename DeploymentIdsT = Aws::Vector<Aws::String>>
50 void SetDeploymentIds(DeploymentIdsT&& value) { m_deploymentIdsHasBeenSet =
true; m_deploymentIds = std::forward<DeploymentIdsT>(value); }
51 template<
typename DeploymentIdsT = Aws::Vector<Aws::String>>
53 template<
typename DeploymentIdsT = Aws::String>
59 bool m_deploymentIdsHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetDeploymentIds() const
bool DeploymentIdsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_CODEDEPLOY_API BatchGetDeploymentsRequest()=default
BatchGetDeploymentsRequest & AddDeploymentIds(DeploymentIdsT &&value)
AWS_CODEDEPLOY_API Aws::String SerializePayload() const override
AWS_CODEDEPLOY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetDeploymentIds(DeploymentIdsT &&value)
BatchGetDeploymentsRequest & WithDeploymentIds(DeploymentIdsT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector