7#include <aws/greengrassv2/GreengrassV2_EXPORTS.h>
8#include <aws/greengrassv2/GreengrassV2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 inline void SetDeploymentId(
const char* value) { m_deploymentIdHasBeenSet =
true; m_deploymentId.assign(value); }
51 bool m_deploymentIdHasBeenSet =
false;
CancelDeploymentRequest & WithDeploymentId(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetDeploymentId() const
void SetDeploymentId(const char *value)
bool DeploymentIdHasBeenSet() const
AWS_GREENGRASSV2_API Aws::String SerializePayload() const override
void SetDeploymentId(Aws::String &&value)
AWS_GREENGRASSV2_API CancelDeploymentRequest()
void SetDeploymentId(const Aws::String &value)
CancelDeploymentRequest & WithDeploymentId(Aws::String &&value)
CancelDeploymentRequest & WithDeploymentId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String