7#include <aws/codedeploy/CodeDeploy_EXPORTS.h>
8#include <aws/codedeploy/CodeDeployRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 inline void SetDeploymentId(
const char* value) { m_deploymentIdHasBeenSet =
true; m_deploymentId.assign(value); }
59 inline void SetTargetId(
const char* value) { m_targetIdHasBeenSet =
true; m_targetId.assign(value); }
67 bool m_deploymentIdHasBeenSet =
false;
70 bool m_targetIdHasBeenSet =
false;
GetDeploymentTargetRequest & WithTargetId(const Aws::String &value)
void SetDeploymentId(const Aws::String &value)
void SetTargetId(const Aws::String &value)
void SetDeploymentId(const char *value)
AWS_CODEDEPLOY_API Aws::String SerializePayload() const override
GetDeploymentTargetRequest & WithTargetId(Aws::String &&value)
AWS_CODEDEPLOY_API GetDeploymentTargetRequest()
const Aws::String & GetTargetId() const
bool DeploymentIdHasBeenSet() const
void SetTargetId(Aws::String &&value)
GetDeploymentTargetRequest & WithDeploymentId(const Aws::String &value)
const Aws::String & GetDeploymentId() const
bool TargetIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetDeploymentId(Aws::String &&value)
void SetTargetId(const char *value)
GetDeploymentTargetRequest & WithTargetId(const char *value)
GetDeploymentTargetRequest & WithDeploymentId(const char *value)
AWS_CODEDEPLOY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
GetDeploymentTargetRequest & WithDeploymentId(Aws::String &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String