70 inline void SetApplicationName(
const char* value) { m_applicationNameHasBeenSet =
true; m_applicationName.assign(value); }
139 bool m_applicationNameHasBeenSet =
false;
142 bool m_deploymentGroupNamesHasBeenSet =
false;
#define AWS_CODEDEPLOY_API
BatchGetDeploymentGroupsRequest & WithDeploymentGroupNames(const Aws::Vector< Aws::String > &value)
void SetApplicationName(const Aws::String &value)
const Aws::String & GetApplicationName() const
void SetDeploymentGroupNames(Aws::Vector< Aws::String > &&value)
AWS_CODEDEPLOY_API BatchGetDeploymentGroupsRequest()
BatchGetDeploymentGroupsRequest & WithApplicationName(Aws::String &&value)
BatchGetDeploymentGroupsRequest & WithApplicationName(const char *value)
bool ApplicationNameHasBeenSet() const
AWS_CODEDEPLOY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
BatchGetDeploymentGroupsRequest & AddDeploymentGroupNames(Aws::String &&value)
bool DeploymentGroupNamesHasBeenSet() const
void SetDeploymentGroupNames(const Aws::Vector< Aws::String > &value)
AWS_CODEDEPLOY_API Aws::String SerializePayload() const override
BatchGetDeploymentGroupsRequest & AddDeploymentGroupNames(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
void SetApplicationName(const char *value)
BatchGetDeploymentGroupsRequest & WithDeploymentGroupNames(Aws::Vector< Aws::String > &&value)
void SetApplicationName(Aws::String &&value)
BatchGetDeploymentGroupsRequest & WithApplicationName(const Aws::String &value)
const Aws::Vector< Aws::String > & GetDeploymentGroupNames() const
BatchGetDeploymentGroupsRequest & AddDeploymentGroupNames(const char *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