@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetEntityResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetEntityResult() |
Modifier and Type | Method and Description |
---|---|
GetEntityResult |
addComponentsEntry(String key,
ComponentResponse value)
Add a single Components entry
|
GetEntityResult |
clearComponentsEntries()
Removes all the entries added into Components.
|
GetEntityResult |
clone() |
boolean |
equals(Object obj) |
Boolean |
getAreAllComponentsReturned()
This flag notes whether all components are returned in the API response.
|
String |
getArn()
The ARN of the entity.
|
Map<String,ComponentResponse> |
getComponents()
An object that maps strings to the components in the entity.
|
Date |
getCreationDateTime()
The date and time when the entity was created.
|
String |
getDescription()
The description of the entity.
|
String |
getEntityId()
The ID of the entity.
|
String |
getEntityName()
The name of the entity.
|
Boolean |
getHasChildEntities()
A Boolean value that specifies whether the entity has associated child entities.
|
String |
getParentEntityId()
The ID of the parent entity for this entity.
|
Status |
getStatus()
The current status of the entity.
|
String |
getSyncSource()
The syncSource of the sync job, if this entity was created by a sync job.
|
Date |
getUpdateDateTime()
The date and time when the entity was last updated.
|
String |
getWorkspaceId()
The ID of the workspace.
|
int |
hashCode() |
Boolean |
isAreAllComponentsReturned()
This flag notes whether all components are returned in the API response.
|
Boolean |
isHasChildEntities()
A Boolean value that specifies whether the entity has associated child entities.
|
void |
setAreAllComponentsReturned(Boolean areAllComponentsReturned)
This flag notes whether all components are returned in the API response.
|
void |
setArn(String arn)
The ARN of the entity.
|
void |
setComponents(Map<String,ComponentResponse> components)
An object that maps strings to the components in the entity.
|
void |
setCreationDateTime(Date creationDateTime)
The date and time when the entity was created.
|
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 |
setHasChildEntities(Boolean hasChildEntities)
A Boolean value that specifies whether the entity has associated child entities.
|
void |
setParentEntityId(String parentEntityId)
The ID of the parent entity for this entity.
|
void |
setStatus(Status status)
The current status of the entity.
|
void |
setSyncSource(String syncSource)
The syncSource of the sync job, if this entity was created by a sync job.
|
void |
setUpdateDateTime(Date updateDateTime)
The date and time when the entity was last updated.
|
void |
setWorkspaceId(String workspaceId)
The ID of the workspace.
|
String |
toString()
Returns a string representation of this object.
|
GetEntityResult |
withAreAllComponentsReturned(Boolean areAllComponentsReturned)
This flag notes whether all components are returned in the API response.
|
GetEntityResult |
withArn(String arn)
The ARN of the entity.
|
GetEntityResult |
withComponents(Map<String,ComponentResponse> components)
An object that maps strings to the components in the entity.
|
GetEntityResult |
withCreationDateTime(Date creationDateTime)
The date and time when the entity was created.
|
GetEntityResult |
withDescription(String description)
The description of the entity.
|
GetEntityResult |
withEntityId(String entityId)
The ID of the entity.
|
GetEntityResult |
withEntityName(String entityName)
The name of the entity.
|
GetEntityResult |
withHasChildEntities(Boolean hasChildEntities)
A Boolean value that specifies whether the entity has associated child entities.
|
GetEntityResult |
withParentEntityId(String parentEntityId)
The ID of the parent entity for this entity.
|
GetEntityResult |
withStatus(Status status)
The current status of the entity.
|
GetEntityResult |
withSyncSource(String syncSource)
The syncSource of the sync job, if this entity was created by a sync job.
|
GetEntityResult |
withUpdateDateTime(Date updateDateTime)
The date and time when the entity was last updated.
|
GetEntityResult |
withWorkspaceId(String workspaceId)
The ID of the workspace.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 GetEntityResult 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 GetEntityResult withEntityName(String entityName)
The name of the entity.
entityName
- The name of the entity.public void setArn(String arn)
The ARN of the entity.
arn
- The ARN of the entity.public String getArn()
The ARN of the entity.
public GetEntityResult withArn(String arn)
The ARN of the entity.
arn
- The ARN of the entity.public void setStatus(Status status)
The current status of the entity.
status
- The current status of the entity.public Status getStatus()
The current status of the entity.
public GetEntityResult withStatus(Status status)
The current status of the entity.
status
- The current status of the entity.public void setWorkspaceId(String workspaceId)
The ID of the workspace.
workspaceId
- The ID of the workspace.public String getWorkspaceId()
The ID of the workspace.
public GetEntityResult withWorkspaceId(String workspaceId)
The ID of the workspace.
workspaceId
- The ID of the workspace.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 GetEntityResult withDescription(String description)
The description of the entity.
description
- The description of the entity.public Map<String,ComponentResponse> getComponents()
An object that maps strings to the components in the entity. Each string in the mapping must be unique to this object.
public void setComponents(Map<String,ComponentResponse> components)
An object that maps strings to the components in the entity. Each string in the mapping must be unique to this object.
components
- An object that maps strings to the components in the entity. Each string in the mapping must be unique to
this object.public GetEntityResult withComponents(Map<String,ComponentResponse> components)
An object that maps strings to the components in the entity. Each string in the mapping must be unique to this object.
components
- An object that maps strings to the components in the entity. Each string in the mapping must be unique to
this object.public GetEntityResult addComponentsEntry(String key, ComponentResponse value)
public GetEntityResult clearComponentsEntries()
public void setParentEntityId(String parentEntityId)
The ID of the parent entity for this entity.
parentEntityId
- The ID of the parent entity for this entity.public String getParentEntityId()
The ID of the parent entity for this entity.
public GetEntityResult withParentEntityId(String parentEntityId)
The ID of the parent entity for this entity.
parentEntityId
- The ID of the parent entity for this entity.public void setHasChildEntities(Boolean hasChildEntities)
A Boolean value that specifies whether the entity has associated child entities.
hasChildEntities
- A Boolean value that specifies whether the entity has associated child entities.public Boolean getHasChildEntities()
A Boolean value that specifies whether the entity has associated child entities.
public GetEntityResult withHasChildEntities(Boolean hasChildEntities)
A Boolean value that specifies whether the entity has associated child entities.
hasChildEntities
- A Boolean value that specifies whether the entity has associated child entities.public Boolean isHasChildEntities()
A Boolean value that specifies whether the entity has associated child entities.
public void setCreationDateTime(Date creationDateTime)
The date and time when the entity was created.
creationDateTime
- The date and time when the entity was created.public Date getCreationDateTime()
The date and time when the entity was created.
public GetEntityResult withCreationDateTime(Date creationDateTime)
The date and time when the entity was created.
creationDateTime
- The date and time when the entity was created.public void setUpdateDateTime(Date updateDateTime)
The date and time when the entity was last updated.
updateDateTime
- The date and time when the entity was last updated.public Date getUpdateDateTime()
The date and time when the entity was last updated.
public GetEntityResult withUpdateDateTime(Date updateDateTime)
The date and time when the entity was last updated.
updateDateTime
- The date and time when the entity was last updated.public void setSyncSource(String syncSource)
The syncSource of the sync job, if this entity was created by a sync job.
syncSource
- The syncSource of the sync job, if this entity was created by a sync job.public String getSyncSource()
The syncSource of the sync job, if this entity was created by a sync job.
public GetEntityResult withSyncSource(String syncSource)
The syncSource of the sync job, if this entity was created by a sync job.
syncSource
- The syncSource of the sync job, if this entity was created by a sync job.public void setAreAllComponentsReturned(Boolean areAllComponentsReturned)
This flag notes whether all components are returned in the API response. The maximum number of components returned is 30.
areAllComponentsReturned
- This flag notes whether all components are returned in the API response. The maximum number of components
returned is 30.public Boolean getAreAllComponentsReturned()
This flag notes whether all components are returned in the API response. The maximum number of components returned is 30.
public GetEntityResult withAreAllComponentsReturned(Boolean areAllComponentsReturned)
This flag notes whether all components are returned in the API response. The maximum number of components returned is 30.
areAllComponentsReturned
- This flag notes whether all components are returned in the API response. The maximum number of components
returned is 30.public Boolean isAreAllComponentsReturned()
This flag notes whether all components are returned in the API response. The maximum number of components returned is 30.
public String toString()
toString
in class Object
Object.toString()
public GetEntityResult clone()