Class OutgoingCertificate
- java.lang.Object
-
- software.amazon.awssdk.services.iot.model.OutgoingCertificate
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<OutgoingCertificate.Builder,OutgoingCertificate>
@Generated("software.amazon.awssdk:codegen") public final class OutgoingCertificate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OutgoingCertificate.Builder,OutgoingCertificate>
A certificate that has been transferred but not yet accepted.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceOutgoingCertificate.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OutgoingCertificate.Builderbuilder()StringcertificateArn()The certificate ARN.StringcertificateId()The certificate ID.InstantcreationDate()The certificate creation date.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends OutgoingCertificate.Builder>serializableBuilderClass()OutgoingCertificate.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstanttransferDate()The date the transfer was initiated.StringtransferMessage()The transfer message.StringtransferredTo()The Amazon Web Services account to which the transfer was made.-
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
-
certificateArn
public final String certificateArn()
The certificate ARN.
- Returns:
- The certificate ARN.
-
certificateId
public final String certificateId()
The certificate ID.
- Returns:
- The certificate ID.
-
transferredTo
public final String transferredTo()
The Amazon Web Services account to which the transfer was made.
- Returns:
- The Amazon Web Services account to which the transfer was made.
-
transferDate
public final Instant transferDate()
The date the transfer was initiated.
- Returns:
- The date the transfer was initiated.
-
transferMessage
public final String transferMessage()
The transfer message.
- Returns:
- The transfer message.
-
creationDate
public final Instant creationDate()
The certificate creation date.
- Returns:
- The certificate creation date.
-
toBuilder
public OutgoingCertificate.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<OutgoingCertificate.Builder,OutgoingCertificate>
-
builder
public static OutgoingCertificate.Builder builder()
-
serializableBuilderClass
public static Class<? extends OutgoingCertificate.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.
-
-