Class DakCertificateMetadata
- java.lang.Object
-
- software.amazon.awssdk.services.iotwireless.model.DakCertificateMetadata
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DakCertificateMetadata.Builder,DakCertificateMetadata>
@Generated("software.amazon.awssdk:codegen") public final class DakCertificateMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DakCertificateMetadata.Builder,DakCertificateMetadata>
The device attestation key (DAK) information.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDakCertificateMetadata.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringapId()The advertised product ID (APID) that's used for pre-production and production applications.static DakCertificateMetadata.Builderbuilder()StringcertificateId()The certificate ID for the DAK.StringdeviceTypeId()The device type ID that's used for prototyping applications.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)BooleanfactorySupport()Whether factory support has been enabled.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxAllowedSignature()The maximum number of signatures that the DAK can sign.List<SdkField<?>>sdkFields()static Class<? extends DakCertificateMetadata.Builder>serializableBuilderClass()DakCertificateMetadata.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
-
certificateId
public final String certificateId()
The certificate ID for the DAK.
- Returns:
- The certificate ID for the DAK.
-
maxAllowedSignature
public final Integer maxAllowedSignature()
The maximum number of signatures that the DAK can sign. A value of
-1indicates that there's no device limit.- Returns:
- The maximum number of signatures that the DAK can sign. A value of
-1indicates that there's no device limit.
-
factorySupport
public final Boolean factorySupport()
Whether factory support has been enabled.
- Returns:
- Whether factory support has been enabled.
-
apId
public final String apId()
The advertised product ID (APID) that's used for pre-production and production applications.
- Returns:
- The advertised product ID (APID) that's used for pre-production and production applications.
-
deviceTypeId
public final String deviceTypeId()
The device type ID that's used for prototyping applications.
- Returns:
- The device type ID that's used for prototyping applications.
-
toBuilder
public DakCertificateMetadata.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DakCertificateMetadata.Builder,DakCertificateMetadata>
-
builder
public static DakCertificateMetadata.Builder builder()
-
serializableBuilderClass
public static Class<? extends DakCertificateMetadata.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.
-
-