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>
60 bool m_deploymentIdsHasBeenSet =
false;
BatchGetDeploymentsRequest & WithDeploymentIds(const Aws::Vector< Aws::String > &value)
const Aws::Vector< Aws::String > & GetDeploymentIds() const
bool DeploymentIdsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_CODEDEPLOY_API BatchGetDeploymentsRequest()
BatchGetDeploymentsRequest & AddDeploymentIds(const char *value)
AWS_CODEDEPLOY_API Aws::String SerializePayload() const override
AWS_CODEDEPLOY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetDeploymentIds(Aws::Vector< Aws::String > &&value)
BatchGetDeploymentsRequest & AddDeploymentIds(Aws::String &&value)
BatchGetDeploymentsRequest & AddDeploymentIds(const Aws::String &value)
BatchGetDeploymentsRequest & WithDeploymentIds(Aws::Vector< Aws::String > &&value)
void SetDeploymentIds(const Aws::Vector< Aws::String > &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