@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ParentEntityUpdateRequest extends Object implements Serializable, Cloneable, StructuredPojo
The parent entity update request.
| Constructor and Description |
|---|
ParentEntityUpdateRequest() |
| Modifier and Type | Method and Description |
|---|---|
ParentEntityUpdateRequest |
clone() |
boolean |
equals(Object obj) |
String |
getParentEntityId()
The ID of the parent entity.
|
String |
getUpdateType()
The type of the update.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setParentEntityId(String parentEntityId)
The ID of the parent entity.
|
void |
setUpdateType(String updateType)
The type of the update.
|
String |
toString()
Returns a string representation of this object.
|
ParentEntityUpdateRequest |
withParentEntityId(String parentEntityId)
The ID of the parent entity.
|
ParentEntityUpdateRequest |
withUpdateType(ParentEntityUpdateType updateType)
The type of the update.
|
ParentEntityUpdateRequest |
withUpdateType(String updateType)
The type of the update.
|
public void setUpdateType(String updateType)
The type of the update.
updateType - The type of the update.ParentEntityUpdateTypepublic String getUpdateType()
The type of the update.
ParentEntityUpdateTypepublic ParentEntityUpdateRequest withUpdateType(String updateType)
The type of the update.
updateType - The type of the update.ParentEntityUpdateTypepublic ParentEntityUpdateRequest withUpdateType(ParentEntityUpdateType updateType)
The type of the update.
updateType - The type of the update.ParentEntityUpdateTypepublic void setParentEntityId(String parentEntityId)
The ID of the parent entity.
parentEntityId - The ID of the parent entity.public String getParentEntityId()
The ID of the parent entity.
public ParentEntityUpdateRequest withParentEntityId(String parentEntityId)
The ID of the parent entity.
parentEntityId - The ID of the parent entity.public String toString()
toString in class ObjectObject.toString()public ParentEntityUpdateRequest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.