@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRevocationStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetRevocationStatusRequest() |
Modifier and Type | Method and Description |
---|---|
GetRevocationStatusRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getCertificateHashes()
A list of composite signed hashes that identify certificates.
|
String |
getJobArn()
The ARN of a signing job.
|
String |
getPlatformId()
The ID of a signing platform.
|
String |
getProfileVersionArn()
The version of a signing profile.
|
Date |
getSignatureTimestamp()
The timestamp of the signature that validates the profile or job.
|
int |
hashCode() |
void |
setCertificateHashes(Collection<String> certificateHashes)
A list of composite signed hashes that identify certificates.
|
void |
setJobArn(String jobArn)
The ARN of a signing job.
|
void |
setPlatformId(String platformId)
The ID of a signing platform.
|
void |
setProfileVersionArn(String profileVersionArn)
The version of a signing profile.
|
void |
setSignatureTimestamp(Date signatureTimestamp)
The timestamp of the signature that validates the profile or job.
|
String |
toString()
Returns a string representation of this object.
|
GetRevocationStatusRequest |
withCertificateHashes(Collection<String> certificateHashes)
A list of composite signed hashes that identify certificates.
|
GetRevocationStatusRequest |
withCertificateHashes(String... certificateHashes)
A list of composite signed hashes that identify certificates.
|
GetRevocationStatusRequest |
withJobArn(String jobArn)
The ARN of a signing job.
|
GetRevocationStatusRequest |
withPlatformId(String platformId)
The ID of a signing platform.
|
GetRevocationStatusRequest |
withProfileVersionArn(String profileVersionArn)
The version of a signing profile.
|
GetRevocationStatusRequest |
withSignatureTimestamp(Date signatureTimestamp)
The timestamp of the signature that validates the profile or 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, withSdkRequestTimeout
public void setSignatureTimestamp(Date signatureTimestamp)
The timestamp of the signature that validates the profile or job.
signatureTimestamp
- The timestamp of the signature that validates the profile or job.public Date getSignatureTimestamp()
The timestamp of the signature that validates the profile or job.
public GetRevocationStatusRequest withSignatureTimestamp(Date signatureTimestamp)
The timestamp of the signature that validates the profile or job.
signatureTimestamp
- The timestamp of the signature that validates the profile or job.public void setPlatformId(String platformId)
The ID of a signing platform.
platformId
- The ID of a signing platform.public String getPlatformId()
The ID of a signing platform.
public GetRevocationStatusRequest withPlatformId(String platformId)
The ID of a signing platform.
platformId
- The ID of a signing platform.public void setProfileVersionArn(String profileVersionArn)
The version of a signing profile.
profileVersionArn
- The version of a signing profile.public String getProfileVersionArn()
The version of a signing profile.
public GetRevocationStatusRequest withProfileVersionArn(String profileVersionArn)
The version of a signing profile.
profileVersionArn
- The version of a signing profile.public void setJobArn(String jobArn)
The ARN of a signing job.
jobArn
- The ARN of a signing job.public String getJobArn()
The ARN of a signing job.
public GetRevocationStatusRequest withJobArn(String jobArn)
The ARN of a signing job.
jobArn
- The ARN of a signing job.public List<String> getCertificateHashes()
A list of composite signed hashes that identify certificates.
A certificate identifier consists of a subject certificate TBS hash (signed by the parent CA) combined with a parent CA TBS hash (signed by the parent CA’s CA). Root certificates are defined as their own CA.
A certificate identifier consists of a subject certificate TBS hash (signed by the parent CA) combined with a parent CA TBS hash (signed by the parent CA’s CA). Root certificates are defined as their own CA.
public void setCertificateHashes(Collection<String> certificateHashes)
A list of composite signed hashes that identify certificates.
A certificate identifier consists of a subject certificate TBS hash (signed by the parent CA) combined with a parent CA TBS hash (signed by the parent CA’s CA). Root certificates are defined as their own CA.
certificateHashes
- A list of composite signed hashes that identify certificates.
A certificate identifier consists of a subject certificate TBS hash (signed by the parent CA) combined with a parent CA TBS hash (signed by the parent CA’s CA). Root certificates are defined as their own CA.
public GetRevocationStatusRequest withCertificateHashes(String... certificateHashes)
A list of composite signed hashes that identify certificates.
A certificate identifier consists of a subject certificate TBS hash (signed by the parent CA) combined with a parent CA TBS hash (signed by the parent CA’s CA). Root certificates are defined as their own CA.
NOTE: This method appends the values to the existing list (if any). Use
setCertificateHashes(java.util.Collection)
or withCertificateHashes(java.util.Collection)
if
you want to override the existing values.
certificateHashes
- A list of composite signed hashes that identify certificates.
A certificate identifier consists of a subject certificate TBS hash (signed by the parent CA) combined with a parent CA TBS hash (signed by the parent CA’s CA). Root certificates are defined as their own CA.
public GetRevocationStatusRequest withCertificateHashes(Collection<String> certificateHashes)
A list of composite signed hashes that identify certificates.
A certificate identifier consists of a subject certificate TBS hash (signed by the parent CA) combined with a parent CA TBS hash (signed by the parent CA’s CA). Root certificates are defined as their own CA.
certificateHashes
- A list of composite signed hashes that identify certificates.
A certificate identifier consists of a subject certificate TBS hash (signed by the parent CA) combined with a parent CA TBS hash (signed by the parent CA’s CA). Root certificates are defined as their own CA.
public String toString()
toString
in class Object
Object.toString()
public GetRevocationStatusRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()