7#include <aws/codedeploy/CodeDeploy_EXPORTS.h>
8#include <aws/codedeploy/CodeDeployRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
51 inline void SetApplicationName(
const char* value) { m_applicationNameHasBeenSet =
true; m_applicationName.assign(value); }
74 bool m_applicationNameHasBeenSet =
false;
77 bool m_deploymentGroupNamesHasBeenSet =
false;
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