Class ListProfileObjectTypeTemplateItem
- java.lang.Object
-
- software.amazon.awssdk.services.customerprofiles.model.ListProfileObjectTypeTemplateItem
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ListProfileObjectTypeTemplateItem.Builder,ListProfileObjectTypeTemplateItem>
@Generated("software.amazon.awssdk:codegen") public final class ListProfileObjectTypeTemplateItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ListProfileObjectTypeTemplateItem.Builder,ListProfileObjectTypeTemplateItem>
A ProfileObjectTypeTemplate in a list of ProfileObjectTypeTemplates.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListProfileObjectTypeTemplateItem.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListProfileObjectTypeTemplateItem.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends ListProfileObjectTypeTemplateItem.Builder>serializableBuilderClass()StringsourceName()The name of the source of the object template.StringsourceObject()The source of the object template.StringtemplateId()A unique identifier for the object template.ListProfileObjectTypeTemplateItem.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
-
templateId
public final String templateId()
A unique identifier for the object template.
- Returns:
- A unique identifier for the object template.
-
sourceName
public final String sourceName()
The name of the source of the object template.
- Returns:
- The name of the source of the object template.
-
sourceObject
public final String sourceObject()
The source of the object template.
- Returns:
- The source of the object template.
-
toBuilder
public ListProfileObjectTypeTemplateItem.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListProfileObjectTypeTemplateItem.Builder,ListProfileObjectTypeTemplateItem>
-
builder
public static ListProfileObjectTypeTemplateItem.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListProfileObjectTypeTemplateItem.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.
-
-