@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportCrlResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| ImportCrlResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| ImportCrlResult | 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. | 
| ImportCrlResult | withCrl(CrlDetail crl)
 The state of the certificate revocation list (CRL) after a read or write operation. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 ImportCrlResult 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 ObjectObject.toString()public ImportCrlResult clone()