@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateEntityRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateEntityRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateEntityRequest |
addComponentUpdatesEntry(String key,
ComponentUpdateRequest value)
Add a single ComponentUpdates entry
|
UpdateEntityRequest |
clearComponentUpdatesEntries()
Removes all the entries added into ComponentUpdates.
|
UpdateEntityRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Map<String,ComponentUpdateRequest> |
getComponentUpdates()
An object that maps strings to the component updates in the request.
|
String |
getDescription()
The description of the entity.
|
String |
getEntityId()
The ID of the entity.
|
String |
getEntityName()
The name of the entity.
|
ParentEntityUpdateRequest |
getParentEntityUpdate()
An object that describes the update request for a parent entity.
|
String |
getWorkspaceId()
The ID of the workspace that contains the entity.
|
int |
hashCode() |
void |
setComponentUpdates(Map<String,ComponentUpdateRequest> componentUpdates)
An object that maps strings to the component updates in the request.
|
void |
setDescription(String description)
The description of the entity.
|
void |
setEntityId(String entityId)
The ID of the entity.
|
void |
setEntityName(String entityName)
The name of the entity.
|
void |
setParentEntityUpdate(ParentEntityUpdateRequest parentEntityUpdate)
An object that describes the update request for a parent entity.
|
void |
setWorkspaceId(String workspaceId)
The ID of the workspace that contains the entity.
|
String |
toString()
Returns a string representation of this object.
|
UpdateEntityRequest |
withComponentUpdates(Map<String,ComponentUpdateRequest> componentUpdates)
An object that maps strings to the component updates in the request.
|
UpdateEntityRequest |
withDescription(String description)
The description of the entity.
|
UpdateEntityRequest |
withEntityId(String entityId)
The ID of the entity.
|
UpdateEntityRequest |
withEntityName(String entityName)
The name of the entity.
|
UpdateEntityRequest |
withParentEntityUpdate(ParentEntityUpdateRequest parentEntityUpdate)
An object that describes the update request for a parent entity.
|
UpdateEntityRequest |
withWorkspaceId(String workspaceId)
The ID of the workspace that contains the entity.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public Map<String,ComponentUpdateRequest> getComponentUpdates()
An object that maps strings to the component updates in the request. Each string in the mapping must be unique to this object.
public void setComponentUpdates(Map<String,ComponentUpdateRequest> componentUpdates)
An object that maps strings to the component updates in the request. Each string in the mapping must be unique to this object.
componentUpdates
- An object that maps strings to the component updates in the request. Each string in the mapping must be
unique to this object.public UpdateEntityRequest withComponentUpdates(Map<String,ComponentUpdateRequest> componentUpdates)
An object that maps strings to the component updates in the request. Each string in the mapping must be unique to this object.
componentUpdates
- An object that maps strings to the component updates in the request. Each string in the mapping must be
unique to this object.public UpdateEntityRequest addComponentUpdatesEntry(String key, ComponentUpdateRequest value)
public UpdateEntityRequest clearComponentUpdatesEntries()
public void setDescription(String description)
The description of the entity.
description
- The description of the entity.public String getDescription()
The description of the entity.
public UpdateEntityRequest withDescription(String description)
The description of the entity.
description
- The description of the entity.public void setEntityId(String entityId)
The ID of the entity.
entityId
- The ID of the entity.public String getEntityId()
The ID of the entity.
public UpdateEntityRequest withEntityId(String entityId)
The ID of the entity.
entityId
- The ID of the entity.public void setEntityName(String entityName)
The name of the entity.
entityName
- The name of the entity.public String getEntityName()
The name of the entity.
public UpdateEntityRequest withEntityName(String entityName)
The name of the entity.
entityName
- The name of the entity.public void setParentEntityUpdate(ParentEntityUpdateRequest parentEntityUpdate)
An object that describes the update request for a parent entity.
parentEntityUpdate
- An object that describes the update request for a parent entity.public ParentEntityUpdateRequest getParentEntityUpdate()
An object that describes the update request for a parent entity.
public UpdateEntityRequest withParentEntityUpdate(ParentEntityUpdateRequest parentEntityUpdate)
An object that describes the update request for a parent entity.
parentEntityUpdate
- An object that describes the update request for a parent entity.public void setWorkspaceId(String workspaceId)
The ID of the workspace that contains the entity.
workspaceId
- The ID of the workspace that contains the entity.public String getWorkspaceId()
The ID of the workspace that contains the entity.
public UpdateEntityRequest withWorkspaceId(String workspaceId)
The ID of the workspace that contains the entity.
workspaceId
- The ID of the workspace that contains the entity.public String toString()
toString
in class Object
Object.toString()
public UpdateEntityRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()