Class ListProfileObjectsItem
- java.lang.Object
-
- software.amazon.awssdk.services.customerprofiles.model.ListProfileObjectsItem
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ListProfileObjectsItem.Builder,ListProfileObjectsItem>
@Generated("software.amazon.awssdk:codegen") public final class ListProfileObjectsItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ListProfileObjectsItem.Builder,ListProfileObjectsItem>
A ProfileObject in a list of ProfileObjects.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListProfileObjectsItem.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListProfileObjectsItem.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringobject()A JSON representation of a ProfileObject that belongs to a profile.StringobjectTypeName()Specifies the kind of object being added to a profile, such as "Salesforce-Account."StringprofileObjectUniqueKey()The unique identifier of the ProfileObject generated by the service.List<SdkField<?>>sdkFields()static Class<? extends ListProfileObjectsItem.Builder>serializableBuilderClass()ListProfileObjectsItem.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
-
objectTypeName
public final String objectTypeName()
Specifies the kind of object being added to a profile, such as "Salesforce-Account."
- Returns:
- Specifies the kind of object being added to a profile, such as "Salesforce-Account."
-
profileObjectUniqueKey
public final String profileObjectUniqueKey()
The unique identifier of the ProfileObject generated by the service.
- Returns:
- The unique identifier of the ProfileObject generated by the service.
-
object
public final String object()
A JSON representation of a ProfileObject that belongs to a profile.
- Returns:
- A JSON representation of a ProfileObject that belongs to a profile.
-
toBuilder
public ListProfileObjectsItem.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListProfileObjectsItem.Builder,ListProfileObjectsItem>
-
builder
public static ListProfileObjectsItem.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListProfileObjectsItem.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.
-
-