Class ClientCertificateRevocationListStatus
- java.lang.Object
-
- software.amazon.awssdk.services.ec2.model.ClientCertificateRevocationListStatus
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ClientCertificateRevocationListStatus.Builder,ClientCertificateRevocationListStatus>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceClientCertificateRevocationListStatus.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ClientCertificateRevocationListStatus.Builderbuilder()ClientCertificateRevocationListStatusCodecode()The state of the client certificate revocation list.StringcodeAsString()The state of the client certificate revocation list.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringmessage()A message about the status of the client certificate revocation list, if applicable.List<SdkField<?>>sdkFields()static Class<? extends ClientCertificateRevocationListStatus.Builder>serializableBuilderClass()ClientCertificateRevocationListStatus.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
code
public final 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,
codewill returnClientCertificateRevocationListStatusCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcodeAsString().- Returns:
- The state of the client certificate revocation list.
- See Also:
ClientCertificateRevocationListStatusCode
-
codeAsString
public final 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,
codewill returnClientCertificateRevocationListStatusCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcodeAsString().- Returns:
- The state of the client certificate revocation list.
- See Also:
ClientCertificateRevocationListStatusCode
-
message
public final String message()
A message about the status of the client certificate revocation list, if applicable.
- Returns:
- A message about the status of the client certificate revocation list, if applicable.
-
toBuilder
public ClientCertificateRevocationListStatus.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ClientCertificateRevocationListStatus.Builder,ClientCertificateRevocationListStatus>
-
builder
public static ClientCertificateRevocationListStatus.Builder builder()
-
serializableBuilderClass
public static Class<? extends ClientCertificateRevocationListStatus.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-