@Generated(value="software.amazon.awssdk:codegen") public final class ListProfileObjectsItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ListProfileObjectsItem.Builder,ListProfileObjectsItem>
A ProfileObject in a list of ProfileObjects.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListProfileObjectsItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListProfileObjectsItem.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
object()
A JSON representation of a ProfileObject that belongs to a profile.
|
String |
objectTypeName()
Specifies the kind of object being added to a profile, such as "Salesforce-Account."
|
String |
profileObjectUniqueKey()
The unique identifier of the ProfileObject generated by the service.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListProfileObjectsItem.Builder> |
serializableBuilderClass() |
ListProfileObjectsItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String objectTypeName()
Specifies the kind of object being added to a profile, such as "Salesforce-Account."
public final String profileObjectUniqueKey()
The unique identifier of the ProfileObject generated by the service.
public final String object()
A JSON representation of a ProfileObject that belongs to a profile.
public ListProfileObjectsItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListProfileObjectsItem.Builder,ListProfileObjectsItem>public static ListProfileObjectsItem.Builder builder()
public static Class<? extends ListProfileObjectsItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.