@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisableCrlResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DisableCrlResult() |
Modifier and Type | Method and Description |
---|---|
DisableCrlResult |
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.
|
DisableCrlResult |
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 DisableCrlResult 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 DisableCrlResult clone()