@Generated(value="software.amazon.awssdk:codegen") public final class ContextSource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ContextSource.Builder,ContextSource>
A structure describing the source of a context.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ContextSource.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ContextSource.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 ContextSource.Builder> |
serializableBuilderClass() |
String |
sourceId()
The ID of the source.
|
String |
sourceType()
The type of the source.
|
String |
sourceUri()
The URI of the source.
|
ContextSource.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String sourceUri()
The URI of the source.
public final String sourceType()
The type of the source.
public final String sourceId()
The ID of the source.
public ContextSource.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ContextSource.Builder,ContextSource>public static ContextSource.Builder builder()
public static Class<? extends ContextSource.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.