99 bool m_deploymentIdsHasBeenSet =
false;
#define AWS_CODEDEPLOY_API
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