7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/signer/SignerRequest.h>
9#include <aws/signer/Signer_EXPORTS.h>
37 template <
typename JobIdT = Aws::String>
39 m_jobIdHasBeenSet =
true;
40 m_jobId = std::forward<JobIdT>(value);
42 template <
typename JobIdT = Aws::String>
44 SetJobId(std::forward<JobIdT>(value));
55 template <
typename JobOwnerT = Aws::String>
57 m_jobOwnerHasBeenSet =
true;
58 m_jobOwner = std::forward<JobOwnerT>(value);
60 template <
typename JobOwnerT = Aws::String>
73 template <
typename ReasonT = Aws::String>
75 m_reasonHasBeenSet =
true;
76 m_reason = std::forward<ReasonT>(value);
78 template <
typename ReasonT = Aws::String>
90 bool m_jobIdHasBeenSet =
false;
91 bool m_jobOwnerHasBeenSet =
false;
92 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