Class ServerCertificateSummary
- java.lang.Object
-
- software.amazon.awssdk.services.iot.model.ServerCertificateSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ServerCertificateSummary.Builder,ServerCertificateSummary>
@Generated("software.amazon.awssdk:codegen") public final class ServerCertificateSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ServerCertificateSummary.Builder,ServerCertificateSummary>
An object that contains information about a server certificate.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceServerCertificateSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ServerCertificateSummary.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends ServerCertificateSummary.Builder>serializableBuilderClass()StringserverCertificateArn()The ARN of the server certificate.ServerCertificateStatusserverCertificateStatus()The status of the server certificate.StringserverCertificateStatusAsString()The status of the server certificate.StringserverCertificateStatusDetail()Details that explain the status of the server certificate.ServerCertificateSummary.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
-
serverCertificateArn
public final String serverCertificateArn()
The ARN of the server certificate.
- Returns:
- The ARN of the server certificate.
-
serverCertificateStatus
public final ServerCertificateStatus serverCertificateStatus()
The status of the server certificate.
If the service returns an enum value that is not available in the current SDK version,
serverCertificateStatuswill returnServerCertificateStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromserverCertificateStatusAsString().- Returns:
- The status of the server certificate.
- See Also:
ServerCertificateStatus
-
serverCertificateStatusAsString
public final String serverCertificateStatusAsString()
The status of the server certificate.
If the service returns an enum value that is not available in the current SDK version,
serverCertificateStatuswill returnServerCertificateStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromserverCertificateStatusAsString().- Returns:
- The status of the server certificate.
- See Also:
ServerCertificateStatus
-
serverCertificateStatusDetail
public final String serverCertificateStatusDetail()
Details that explain the status of the server certificate.
- Returns:
- Details that explain the status of the server certificate.
-
toBuilder
public ServerCertificateSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ServerCertificateSummary.Builder,ServerCertificateSummary>
-
builder
public static ServerCertificateSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends ServerCertificateSummary.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.
-
-