@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RevokeSignatureRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| RevokeSignatureRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| RevokeSignatureRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getJobId()
 ID of the signing job to be revoked. | 
| String | getJobOwner()
 AWS account ID of the job owner. | 
| String | getReason()
 The reason for revoking the signing job. | 
| int | hashCode() | 
| void | setJobId(String jobId)
 ID of the signing job to be revoked. | 
| void | setJobOwner(String jobOwner)
 AWS account ID of the job owner. | 
| void | setReason(String reason)
 The reason for revoking the signing job. | 
| String | toString()Returns a string representation of this object. | 
| RevokeSignatureRequest | withJobId(String jobId)
 ID of the signing job to be revoked. | 
| RevokeSignatureRequest | withJobOwner(String jobOwner)
 AWS account ID of the job owner. | 
| RevokeSignatureRequest | withReason(String reason)
 The reason for revoking the signing job. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setJobId(String jobId)
ID of the signing job to be revoked.
jobId - ID of the signing job to be revoked.public String getJobId()
ID of the signing job to be revoked.
public RevokeSignatureRequest withJobId(String jobId)
ID of the signing job to be revoked.
jobId - ID of the signing job to be revoked.public void setJobOwner(String jobOwner)
AWS account ID of the job owner.
jobOwner - AWS account ID of the job owner.public String getJobOwner()
AWS account ID of the job owner.
public RevokeSignatureRequest withJobOwner(String jobOwner)
AWS account ID of the job owner.
jobOwner - AWS account ID of the job owner.public void setReason(String reason)
The reason for revoking the signing job.
reason - The reason for revoking the signing job.public String getReason()
The reason for revoking the signing job.
public RevokeSignatureRequest withReason(String reason)
The reason for revoking the signing job.
reason - The reason for revoking the signing job.public String toString()
toString in class ObjectObject.toString()public RevokeSignatureRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()