@Generated(value="software.amazon.awssdk:codegen") public final class ClientCertificateRevocationListStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ClientCertificateRevocationListStatus.Builder,ClientCertificateRevocationListStatus>
Describes the state of a client certificate revocation list.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ClientCertificateRevocationListStatus.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ClientCertificateRevocationListStatus.Builder |
builder() |
ClientCertificateRevocationListStatusCode |
code()
The state of the client certificate revocation list.
|
String |
codeAsString()
The state of the client certificate revocation list.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
message()
A message about the status of the client certificate revocation list, if applicable.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ClientCertificateRevocationListStatus.Builder> |
serializableBuilderClass() |
ClientCertificateRevocationListStatus.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic ClientCertificateRevocationListStatusCode code()
The state of the client certificate revocation list.
If the service returns an enum value that is not available in the current SDK version, code will return
ClientCertificateRevocationListStatusCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service
is available from codeAsString().
ClientCertificateRevocationListStatusCodepublic String codeAsString()
The state of the client certificate revocation list.
If the service returns an enum value that is not available in the current SDK version, code will return
ClientCertificateRevocationListStatusCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service
is available from codeAsString().
ClientCertificateRevocationListStatusCodepublic String message()
A message about the status of the client certificate revocation list, if applicable.
public ClientCertificateRevocationListStatus.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ClientCertificateRevocationListStatus.Builder,ClientCertificateRevocationListStatus>public static ClientCertificateRevocationListStatus.Builder builder()
public static Class<? extends ClientCertificateRevocationListStatus.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.