@Generated(value="software.amazon.awssdk:codegen") public final class CertificateList extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CertificateList.Builder,CertificateList>
List of sidewalk certificates.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CertificateList.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CertificateList.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CertificateList.Builder> |
serializableBuilderClass() |
SigningAlg |
signingAlg()
The certificate chain algorithm provided by sidewalk.
|
String |
signingAlgAsString()
The certificate chain algorithm provided by sidewalk.
|
CertificateList.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
value()
The value of the chosen sidewalk certificate.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final SigningAlg signingAlg()
The certificate chain algorithm provided by sidewalk.
If the service returns an enum value that is not available in the current SDK version, signingAlg will
return SigningAlg.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
signingAlgAsString().
SigningAlgpublic final String signingAlgAsString()
The certificate chain algorithm provided by sidewalk.
If the service returns an enum value that is not available in the current SDK version, signingAlg will
return SigningAlg.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
signingAlgAsString().
SigningAlgpublic final String value()
The value of the chosen sidewalk certificate.
public CertificateList.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CertificateList.Builder,CertificateList>public static CertificateList.Builder builder()
public static Class<? extends CertificateList.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.