@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCrlResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetCrlResult() |
Modifier and Type | Method and Description |
---|---|
GetCrlResult |
clone() |
boolean |
equals(Object obj) |
CrlDetail |
getCrl()
The state of the certificate revocation list (CRL) after a read or write operation.
|
int |
hashCode() |
void |
setCrl(CrlDetail crl)
The state of the certificate revocation list (CRL) after a read or write operation.
|
String |
toString()
Returns a string representation of this object.
|
GetCrlResult |
withCrl(CrlDetail crl)
The state of the certificate revocation list (CRL) after a read or write operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCrl(CrlDetail crl)
The state of the certificate revocation list (CRL) after a read or write operation.
crl
- The state of the certificate revocation list (CRL) after a read or write operation.public CrlDetail getCrl()
The state of the certificate revocation list (CRL) after a read or write operation.
public GetCrlResult withCrl(CrlDetail crl)
The state of the certificate revocation list (CRL) after a read or write operation.
crl
- The state of the certificate revocation list (CRL) after a read or write operation.public String toString()
toString
in class Object
Object.toString()
public GetCrlResult clone()