@Generated(value="software.amazon.awssdk:codegen") public final class Source extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Source.Builder,Source>
The trust anchor type and its related certificate data.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Source.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Source.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 Source.Builder> |
serializableBuilderClass() |
SourceData |
sourceData()
The data field of the trust anchor depending on its type.
|
TrustAnchorType |
sourceType()
The type of the trust anchor.
|
String |
sourceTypeAsString()
The type of the trust anchor.
|
Source.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final SourceData sourceData()
The data field of the trust anchor depending on its type.
public final TrustAnchorType sourceType()
The type of the trust anchor.
If the service returns an enum value that is not available in the current SDK version, sourceType will
return TrustAnchorType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sourceTypeAsString().
TrustAnchorTypepublic final String sourceTypeAsString()
The type of the trust anchor.
If the service returns an enum value that is not available in the current SDK version, sourceType will
return TrustAnchorType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sourceTypeAsString().
TrustAnchorTypepublic Source.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Source.Builder,Source>public static Source.Builder builder()
public static Class<? extends Source.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.