@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListProfileObjectTypeTemplateItem extends Object implements Serializable, Cloneable, StructuredPojo
A ProfileObjectTypeTemplate in a list of ProfileObjectTypeTemplates.
| Constructor and Description |
|---|
ListProfileObjectTypeTemplateItem() |
| Modifier and Type | Method and Description |
|---|---|
ListProfileObjectTypeTemplateItem |
clone() |
boolean |
equals(Object obj) |
String |
getSourceName()
The name of the source of the object template.
|
String |
getSourceObject()
The source of the object template.
|
String |
getTemplateId()
A unique identifier for the object template.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setSourceName(String sourceName)
The name of the source of the object template.
|
void |
setSourceObject(String sourceObject)
The source of the object template.
|
void |
setTemplateId(String templateId)
A unique identifier for the object template.
|
String |
toString()
Returns a string representation of this object.
|
ListProfileObjectTypeTemplateItem |
withSourceName(String sourceName)
The name of the source of the object template.
|
ListProfileObjectTypeTemplateItem |
withSourceObject(String sourceObject)
The source of the object template.
|
ListProfileObjectTypeTemplateItem |
withTemplateId(String templateId)
A unique identifier for the object template.
|
public void setTemplateId(String templateId)
A unique identifier for the object template.
templateId - A unique identifier for the object template.public String getTemplateId()
A unique identifier for the object template.
public ListProfileObjectTypeTemplateItem withTemplateId(String templateId)
A unique identifier for the object template.
templateId - A unique identifier for the object template.public void setSourceName(String sourceName)
The name of the source of the object template.
sourceName - The name of the source of the object template.public String getSourceName()
The name of the source of the object template.
public ListProfileObjectTypeTemplateItem withSourceName(String sourceName)
The name of the source of the object template.
sourceName - The name of the source of the object template.public void setSourceObject(String sourceObject)
The source of the object template.
sourceObject - The source of the object template.public String getSourceObject()
The source of the object template.
public ListProfileObjectTypeTemplateItem withSourceObject(String sourceObject)
The source of the object template.
sourceObject - The source of the object template.public String toString()
toString in class ObjectObject.toString()public ListProfileObjectTypeTemplateItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.