Class TrustStoreRevocation
- java.lang.Object
-
- software.amazon.awssdk.services.elasticloadbalancingv2.model.TrustStoreRevocation
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TrustStoreRevocation.Builder,TrustStoreRevocation>
@Generated("software.amazon.awssdk:codegen") public final class TrustStoreRevocation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TrustStoreRevocation.Builder,TrustStoreRevocation>
Information about a revocation file in use by a trust store.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTrustStoreRevocation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TrustStoreRevocation.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LongnumberOfRevokedEntries()The number of revoked certificates.LongrevocationId()The revocation ID of the revocation file.RevocationTyperevocationType()The type of revocation file.StringrevocationTypeAsString()The type of revocation file.List<SdkField<?>>sdkFields()static Class<? extends TrustStoreRevocation.Builder>serializableBuilderClass()TrustStoreRevocation.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringtrustStoreArn()The Amazon Resource Name (ARN) of the trust store.-
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
-
trustStoreArn
public final String trustStoreArn()
The Amazon Resource Name (ARN) of the trust store.
- Returns:
- The Amazon Resource Name (ARN) of the trust store.
-
revocationId
public final Long revocationId()
The revocation ID of the revocation file.
- Returns:
- The revocation ID of the revocation file.
-
revocationType
public final RevocationType revocationType()
The type of revocation file.
If the service returns an enum value that is not available in the current SDK version,
revocationTypewill returnRevocationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromrevocationTypeAsString().- Returns:
- The type of revocation file.
- See Also:
RevocationType
-
revocationTypeAsString
public final String revocationTypeAsString()
The type of revocation file.
If the service returns an enum value that is not available in the current SDK version,
revocationTypewill returnRevocationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromrevocationTypeAsString().- Returns:
- The type of revocation file.
- See Also:
RevocationType
-
numberOfRevokedEntries
public final Long numberOfRevokedEntries()
The number of revoked certificates.
- Returns:
- The number of revoked certificates.
-
toBuilder
public TrustStoreRevocation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TrustStoreRevocation.Builder,TrustStoreRevocation>
-
builder
public static TrustStoreRevocation.Builder builder()
-
serializableBuilderClass
public static Class<? extends TrustStoreRevocation.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.
-
-