Class TrustStoreSummary
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TrustStoreSummary.Builder,TrustStoreSummary>
A trust store summary.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringarn()The trust store's Amazon Resource Name (ARN).static TrustStoreSummary.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final StringeTag()The version identifier for the current version of the trust store.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringid()The trust store's ID.final InstantThe trust store's last modified time.final Stringname()The trust store's name.final IntegerThe trust store's number of CA certificates.final Stringreason()The trust store's reason.static Class<? extends TrustStoreSummary.Builder>final TrustStoreStatusstatus()The trust store's status.final StringThe trust store's status.final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
id
The trust store's ID.
- Returns:
- The trust store's ID.
-
arn
The trust store's Amazon Resource Name (ARN).
- Returns:
- The trust store's Amazon Resource Name (ARN).
-
name
The trust store's name.
- Returns:
- The trust store's name.
-
status
The trust store's status.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnTrustStoreStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The trust store's status.
- See Also:
-
statusAsString
The trust store's status.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnTrustStoreStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The trust store's status.
- See Also:
-
numberOfCaCertificates
The trust store's number of CA certificates.
- Returns:
- The trust store's number of CA certificates.
-
lastModifiedTime
The trust store's last modified time.
- Returns:
- The trust store's last modified time.
-
reason
The trust store's reason.
- Returns:
- The trust store's reason.
-
eTag
The version identifier for the current version of the trust store.
- Returns:
- The version identifier for the current version of the trust store.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<TrustStoreSummary.Builder,TrustStoreSummary>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-