7#include <aws/signer/Signer_EXPORTS.h>
8#include <aws/signer/SignerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename JobIdT = Aws::String>
42 void SetJobId(JobIdT&& value) { m_jobIdHasBeenSet =
true; m_jobId = std::forward<JobIdT>(value); }
43 template<
typename JobIdT = Aws::String>
53 template<
typename JobOwnerT = Aws::String>
54 void SetJobOwner(JobOwnerT&& value) { m_jobOwnerHasBeenSet =
true; m_jobOwner = std::forward<JobOwnerT>(value); }
55 template<
typename JobOwnerT = Aws::String>
65 template<
typename ReasonT = Aws::String>
66 void SetReason(ReasonT&& value) { m_reasonHasBeenSet =
true; m_reason = std::forward<ReasonT>(value); }
67 template<
typename ReasonT = Aws::String>
73 bool m_jobIdHasBeenSet =
false;
76 bool m_jobOwnerHasBeenSet =
false;
79 bool m_reasonHasBeenSet =
false;
void SetJobId(JobIdT &&value)
RevokeSignatureRequest & WithReason(ReasonT &&value)
AWS_SIGNER_API Aws::String SerializePayload() const override
void SetJobOwner(JobOwnerT &&value)
const Aws::String & GetJobOwner() const
RevokeSignatureRequest & WithJobId(JobIdT &&value)
void SetReason(ReasonT &&value)
const Aws::String & GetJobId() const
RevokeSignatureRequest & WithJobOwner(JobOwnerT &&value)
AWS_SIGNER_API RevokeSignatureRequest()=default
bool ReasonHasBeenSet() const
bool JobIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetReason() const
bool JobOwnerHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String