@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRevocationStatusResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetRevocationStatusResult() |
Modifier and Type | Method and Description |
---|---|
GetRevocationStatusResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getRevokedEntities()
A list of revoked entities (including zero or more of the signing profile ARN, signing job ARN, and certificate
hashes) supplied as input to the API.
|
int |
hashCode() |
void |
setRevokedEntities(Collection<String> revokedEntities)
A list of revoked entities (including zero or more of the signing profile ARN, signing job ARN, and certificate
hashes) supplied as input to the API.
|
String |
toString()
Returns a string representation of this object.
|
GetRevocationStatusResult |
withRevokedEntities(Collection<String> revokedEntities)
A list of revoked entities (including zero or more of the signing profile ARN, signing job ARN, and certificate
hashes) supplied as input to the API.
|
GetRevocationStatusResult |
withRevokedEntities(String... revokedEntities)
A list of revoked entities (including zero or more of the signing profile ARN, signing job ARN, and certificate
hashes) supplied as input to the API.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<String> getRevokedEntities()
A list of revoked entities (including zero or more of the signing profile ARN, signing job ARN, and certificate hashes) supplied as input to the API.
public void setRevokedEntities(Collection<String> revokedEntities)
A list of revoked entities (including zero or more of the signing profile ARN, signing job ARN, and certificate hashes) supplied as input to the API.
revokedEntities
- A list of revoked entities (including zero or more of the signing profile ARN, signing job ARN, and
certificate hashes) supplied as input to the API.public GetRevocationStatusResult withRevokedEntities(String... revokedEntities)
A list of revoked entities (including zero or more of the signing profile ARN, signing job ARN, and certificate hashes) supplied as input to the API.
NOTE: This method appends the values to the existing list (if any). Use
setRevokedEntities(java.util.Collection)
or withRevokedEntities(java.util.Collection)
if you
want to override the existing values.
revokedEntities
- A list of revoked entities (including zero or more of the signing profile ARN, signing job ARN, and
certificate hashes) supplied as input to the API.public GetRevocationStatusResult withRevokedEntities(Collection<String> revokedEntities)
A list of revoked entities (including zero or more of the signing profile ARN, signing job ARN, and certificate hashes) supplied as input to the API.
revokedEntities
- A list of revoked entities (including zero or more of the signing profile ARN, signing job ARN, and
certificate hashes) supplied as input to the API.public String toString()
toString
in class Object
Object.toString()
public GetRevocationStatusResult clone()