7#include <aws/signer/Signer_EXPORTS.h>
8#include <aws/signer/SignerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 inline void SetJobId(
const char* value) { m_jobIdHasBeenSet =
true; m_jobId.assign(value); }
57 inline void SetJobOwner(
const char* value) { m_jobOwnerHasBeenSet =
true; m_jobOwner.assign(value); }
71 inline void SetReason(
const char* value) { m_reasonHasBeenSet =
true; m_reason.assign(value); }
79 bool m_jobIdHasBeenSet =
false;
82 bool m_jobOwnerHasBeenSet =
false;
85 bool m_reasonHasBeenSet =
false;
void SetJobId(const Aws::String &value)
RevokeSignatureRequest & WithReason(const Aws::String &value)
void SetJobOwner(const Aws::String &value)
RevokeSignatureRequest & WithJobOwner(Aws::String &&value)
AWS_SIGNER_API Aws::String SerializePayload() const override
void SetJobId(Aws::String &&value)
const Aws::String & GetJobOwner() const
void SetJobOwner(Aws::String &&value)
RevokeSignatureRequest & WithJobId(const char *value)
const Aws::String & GetJobId() const
void SetReason(const char *value)
RevokeSignatureRequest & WithReason(Aws::String &&value)
bool ReasonHasBeenSet() const
bool JobIdHasBeenSet() const
AWS_SIGNER_API RevokeSignatureRequest()
void SetJobId(const char *value)
RevokeSignatureRequest & WithJobId(const Aws::String &value)
void SetReason(Aws::String &&value)
void SetReason(const Aws::String &value)
void SetJobOwner(const char *value)
RevokeSignatureRequest & WithReason(const char *value)
RevokeSignatureRequest & WithJobId(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetReason() const
RevokeSignatureRequest & WithJobOwner(const char *value)
bool JobOwnerHasBeenSet() const
RevokeSignatureRequest & WithJobOwner(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String