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 SetDeploymentId(
const char* value) { m_deploymentIdHasBeenSet =
true; m_deploymentId.assign(value); }
58 bool m_deploymentIdHasBeenSet =
false;
void SetDeploymentId(const char *value)
AWS_CODEDEPLOY_API GetDeploymentRequest()
AWS_CODEDEPLOY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetDeploymentId(const Aws::String &value)
void SetDeploymentId(Aws::String &&value)
const Aws::String & GetDeploymentId() const
GetDeploymentRequest & WithDeploymentId(const char *value)
AWS_CODEDEPLOY_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
GetDeploymentRequest & WithDeploymentId(const Aws::String &value)
bool DeploymentIdHasBeenSet() const
GetDeploymentRequest & WithDeploymentId(Aws::String &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String