@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TrustStoreRevocation extends Object implements Serializable, Cloneable
Information about a revocation file in use by a trust store.
Constructor and Description |
---|
TrustStoreRevocation() |
Modifier and Type | Method and Description |
---|---|
TrustStoreRevocation |
clone() |
boolean |
equals(Object obj) |
Long |
getNumberOfRevokedEntries()
The number of revoked certificates.
|
Long |
getRevocationId()
The revocation ID of the revocation file.
|
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 the revocation file.
|
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.
|
TrustStoreRevocation |
withNumberOfRevokedEntries(Long numberOfRevokedEntries)
The number of revoked certificates.
|
TrustStoreRevocation |
withRevocationId(Long revocationId)
The revocation ID of the revocation file.
|
TrustStoreRevocation |
withRevocationType(RevocationType revocationType)
The type of revocation file.
|
TrustStoreRevocation |
withRevocationType(String revocationType)
The type of revocation file.
|
TrustStoreRevocation |
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 TrustStoreRevocation 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 the revocation file.
revocationId
- The revocation ID of the revocation file.public Long getRevocationId()
The revocation ID of the revocation file.
public TrustStoreRevocation withRevocationId(Long revocationId)
The revocation ID of the revocation file.
revocationId
- The revocation ID of the revocation file.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 TrustStoreRevocation withRevocationType(String revocationType)
The type of revocation file.
revocationType
- The type of revocation file.RevocationType
public TrustStoreRevocation 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 TrustStoreRevocation withNumberOfRevokedEntries(Long numberOfRevokedEntries)
The number of revoked certificates.
numberOfRevokedEntries
- The number of revoked certificates.public String toString()
toString
in class Object
Object.toString()
public TrustStoreRevocation clone()