@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeTrustStoreRevocation extends Object implements Serializable, Cloneable
Information about the revocations used by a trust store.
Constructor and Description |
---|
DescribeTrustStoreRevocation() |
Modifier and Type | Method and Description |
---|---|
DescribeTrustStoreRevocation |
clone() |
boolean |
equals(Object obj) |
Long |
getNumberOfRevokedEntries()
The number of revoked certificates.
|
Long |
getRevocationId()
The revocation ID of a revocation file in use.
|
String |
getRevocationType()
The type of revocation file.
|
String |
getTrustStoreArn()
The Amazon Resource Name (ARN) of the trust store.
|
int |
hashCode() |
void |
setNumberOfRevokedEntries(Long numberOfRevokedEntries)
The number of revoked certificates.
|
void |
setRevocationId(Long revocationId)
The revocation ID of a revocation file in use.
|
void |
setRevocationType(String revocationType)
The type of revocation file.
|
void |
setTrustStoreArn(String trustStoreArn)
The Amazon Resource Name (ARN) of the trust store.
|
String |
toString()
Returns a string representation of this object.
|
DescribeTrustStoreRevocation |
withNumberOfRevokedEntries(Long numberOfRevokedEntries)
The number of revoked certificates.
|
DescribeTrustStoreRevocation |
withRevocationId(Long revocationId)
The revocation ID of a revocation file in use.
|
DescribeTrustStoreRevocation |
withRevocationType(RevocationType revocationType)
The type of revocation file.
|
DescribeTrustStoreRevocation |
withRevocationType(String revocationType)
The type of revocation file.
|
DescribeTrustStoreRevocation |
withTrustStoreArn(String trustStoreArn)
The Amazon Resource Name (ARN) of the trust store.
|
public void setTrustStoreArn(String trustStoreArn)
The Amazon Resource Name (ARN) of the trust store.
trustStoreArn
- The Amazon Resource Name (ARN) of the trust store.public String getTrustStoreArn()
The Amazon Resource Name (ARN) of the trust store.
public DescribeTrustStoreRevocation withTrustStoreArn(String trustStoreArn)
The Amazon Resource Name (ARN) of the trust store.
trustStoreArn
- The Amazon Resource Name (ARN) of the trust store.public void setRevocationId(Long revocationId)
The revocation ID of a revocation file in use.
revocationId
- The revocation ID of a revocation file in use.public Long getRevocationId()
The revocation ID of a revocation file in use.
public DescribeTrustStoreRevocation withRevocationId(Long revocationId)
The revocation ID of a revocation file in use.
revocationId
- The revocation ID of a revocation file in use.public void setRevocationType(String revocationType)
The type of revocation file.
revocationType
- The type of revocation file.RevocationType
public String getRevocationType()
The type of revocation file.
RevocationType
public DescribeTrustStoreRevocation withRevocationType(String revocationType)
The type of revocation file.
revocationType
- The type of revocation file.RevocationType
public DescribeTrustStoreRevocation withRevocationType(RevocationType revocationType)
The type of revocation file.
revocationType
- The type of revocation file.RevocationType
public void setNumberOfRevokedEntries(Long numberOfRevokedEntries)
The number of revoked certificates.
numberOfRevokedEntries
- The number of revoked certificates.public Long getNumberOfRevokedEntries()
The number of revoked certificates.
public DescribeTrustStoreRevocation withNumberOfRevokedEntries(Long numberOfRevokedEntries)
The number of revoked certificates.
numberOfRevokedEntries
- The number of revoked certificates.public String toString()
toString
in class Object
Object.toString()
public DescribeTrustStoreRevocation clone()