@Generated(value="software.amazon.awssdk:codegen") public final class ListProfileObjectTypeTemplateItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ListProfileObjectTypeTemplateItem.Builder,ListProfileObjectTypeTemplateItem>
A ProfileObjectTypeTemplate in a list of ProfileObjectTypeTemplates.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListProfileObjectTypeTemplateItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListProfileObjectTypeTemplateItem.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 ListProfileObjectTypeTemplateItem.Builder> |
serializableBuilderClass() |
String |
sourceName()
The name of the source of the object template.
|
String |
sourceObject()
The source of the object template.
|
String |
templateId()
A unique identifier for the object template.
|
ListProfileObjectTypeTemplateItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String templateId()
A unique identifier for the object template.
public final String sourceName()
The name of the source of the object template.
public final String sourceObject()
The source of the object template.
public ListProfileObjectTypeTemplateItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListProfileObjectTypeTemplateItem.Builder,ListProfileObjectTypeTemplateItem>public static ListProfileObjectTypeTemplateItem.Builder builder()
public static Class<? extends ListProfileObjectTypeTemplateItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.