7#include <aws/codedeploy/CodeDeploy_EXPORTS.h>
8#include <aws/codedeploy/CodeDeployRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetDeploymentConfigName(
const char* value) { m_deploymentConfigNameHasBeenSet =
true; m_deploymentConfigName.assign(value); }
58 bool m_deploymentConfigNameHasBeenSet =
false;
const Aws::String & GetDeploymentConfigName() const
GetDeploymentConfigRequest & WithDeploymentConfigName(const char *value)
GetDeploymentConfigRequest & WithDeploymentConfigName(Aws::String &&value)
void SetDeploymentConfigName(const char *value)
AWS_CODEDEPLOY_API GetDeploymentConfigRequest()
AWS_CODEDEPLOY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
void SetDeploymentConfigName(Aws::String &&value)
AWS_CODEDEPLOY_API Aws::String SerializePayload() const override
void SetDeploymentConfigName(const Aws::String &value)
bool DeploymentConfigNameHasBeenSet() const
GetDeploymentConfigRequest & WithDeploymentConfigName(const Aws::String &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String