@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListProfileObjectsItem extends Object implements Serializable, Cloneable, StructuredPojo
A ProfileObject in a list of ProfileObjects.
| Constructor and Description |
|---|
ListProfileObjectsItem() |
| Modifier and Type | Method and Description |
|---|---|
ListProfileObjectsItem |
clone() |
boolean |
equals(Object obj) |
String |
getObject()
A JSON representation of a ProfileObject that belongs to a profile.
|
String |
getObjectTypeName()
Specifies the kind of object being added to a profile, such as "Salesforce-Account."
|
String |
getProfileObjectUniqueKey()
The unique identifier of the ProfileObject generated by the service.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setObject(String object)
A JSON representation of a ProfileObject that belongs to a profile.
|
void |
setObjectTypeName(String objectTypeName)
Specifies the kind of object being added to a profile, such as "Salesforce-Account."
|
void |
setProfileObjectUniqueKey(String profileObjectUniqueKey)
The unique identifier of the ProfileObject generated by the service.
|
String |
toString()
Returns a string representation of this object.
|
ListProfileObjectsItem |
withObject(String object)
A JSON representation of a ProfileObject that belongs to a profile.
|
ListProfileObjectsItem |
withObjectTypeName(String objectTypeName)
Specifies the kind of object being added to a profile, such as "Salesforce-Account."
|
ListProfileObjectsItem |
withProfileObjectUniqueKey(String profileObjectUniqueKey)
The unique identifier of the ProfileObject generated by the service.
|
public void setObjectTypeName(String objectTypeName)
Specifies the kind of object being added to a profile, such as "Salesforce-Account."
objectTypeName - Specifies the kind of object being added to a profile, such as "Salesforce-Account."public String getObjectTypeName()
Specifies the kind of object being added to a profile, such as "Salesforce-Account."
public ListProfileObjectsItem withObjectTypeName(String objectTypeName)
Specifies the kind of object being added to a profile, such as "Salesforce-Account."
objectTypeName - Specifies the kind of object being added to a profile, such as "Salesforce-Account."public void setProfileObjectUniqueKey(String profileObjectUniqueKey)
The unique identifier of the ProfileObject generated by the service.
profileObjectUniqueKey - The unique identifier of the ProfileObject generated by the service.public String getProfileObjectUniqueKey()
The unique identifier of the ProfileObject generated by the service.
public ListProfileObjectsItem withProfileObjectUniqueKey(String profileObjectUniqueKey)
The unique identifier of the ProfileObject generated by the service.
profileObjectUniqueKey - The unique identifier of the ProfileObject generated by the service.public void setObject(String object)
A JSON representation of a ProfileObject that belongs to a profile.
object - A JSON representation of a ProfileObject that belongs to a profile.public String getObject()
A JSON representation of a ProfileObject that belongs to a profile.
public ListProfileObjectsItem withObject(String object)
A JSON representation of a ProfileObject that belongs to a profile.
object - A JSON representation of a ProfileObject that belongs to a profile.public String toString()
toString in class ObjectObject.toString()public ListProfileObjectsItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.