@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeActionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeActionResult() |
Modifier and Type | Method and Description |
---|---|
DescribeActionResult |
addPropertiesEntry(String key,
String value)
Add a single Properties entry
|
DescribeActionResult |
clearPropertiesEntries()
Removes all the entries added into Properties.
|
DescribeActionResult |
clone() |
boolean |
equals(Object obj) |
String |
getActionArn()
The Amazon Resource Name (ARN) of the action.
|
String |
getActionName()
The name of the action.
|
String |
getActionType()
The type of the action.
|
UserContext |
getCreatedBy() |
Date |
getCreationTime()
When the action was created.
|
String |
getDescription()
The description of the action.
|
UserContext |
getLastModifiedBy() |
Date |
getLastModifiedTime()
When the action was last modified.
|
String |
getLineageGroupArn()
The Amazon Resource Name (ARN) of the lineage group.
|
MetadataProperties |
getMetadataProperties() |
Map<String,String> |
getProperties()
A list of the action's properties.
|
ActionSource |
getSource()
The source of the action.
|
String |
getStatus()
The status of the action.
|
int |
hashCode() |
void |
setActionArn(String actionArn)
The Amazon Resource Name (ARN) of the action.
|
void |
setActionName(String actionName)
The name of the action.
|
void |
setActionType(String actionType)
The type of the action.
|
void |
setCreatedBy(UserContext createdBy) |
void |
setCreationTime(Date creationTime)
When the action was created.
|
void |
setDescription(String description)
The description of the action.
|
void |
setLastModifiedBy(UserContext lastModifiedBy) |
void |
setLastModifiedTime(Date lastModifiedTime)
When the action was last modified.
|
void |
setLineageGroupArn(String lineageGroupArn)
The Amazon Resource Name (ARN) of the lineage group.
|
void |
setMetadataProperties(MetadataProperties metadataProperties) |
void |
setProperties(Map<String,String> properties)
A list of the action's properties.
|
void |
setSource(ActionSource source)
The source of the action.
|
void |
setStatus(String status)
The status of the action.
|
String |
toString()
Returns a string representation of this object.
|
DescribeActionResult |
withActionArn(String actionArn)
The Amazon Resource Name (ARN) of the action.
|
DescribeActionResult |
withActionName(String actionName)
The name of the action.
|
DescribeActionResult |
withActionType(String actionType)
The type of the action.
|
DescribeActionResult |
withCreatedBy(UserContext createdBy) |
DescribeActionResult |
withCreationTime(Date creationTime)
When the action was created.
|
DescribeActionResult |
withDescription(String description)
The description of the action.
|
DescribeActionResult |
withLastModifiedBy(UserContext lastModifiedBy) |
DescribeActionResult |
withLastModifiedTime(Date lastModifiedTime)
When the action was last modified.
|
DescribeActionResult |
withLineageGroupArn(String lineageGroupArn)
The Amazon Resource Name (ARN) of the lineage group.
|
DescribeActionResult |
withMetadataProperties(MetadataProperties metadataProperties) |
DescribeActionResult |
withProperties(Map<String,String> properties)
A list of the action's properties.
|
DescribeActionResult |
withSource(ActionSource source)
The source of the action.
|
DescribeActionResult |
withStatus(ActionStatus status)
The status of the action.
|
DescribeActionResult |
withStatus(String status)
The status of the action.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setActionName(String actionName)
The name of the action.
actionName
- The name of the action.public String getActionName()
The name of the action.
public DescribeActionResult withActionName(String actionName)
The name of the action.
actionName
- The name of the action.public void setActionArn(String actionArn)
The Amazon Resource Name (ARN) of the action.
actionArn
- The Amazon Resource Name (ARN) of the action.public String getActionArn()
The Amazon Resource Name (ARN) of the action.
public DescribeActionResult withActionArn(String actionArn)
The Amazon Resource Name (ARN) of the action.
actionArn
- The Amazon Resource Name (ARN) of the action.public void setSource(ActionSource source)
The source of the action.
source
- The source of the action.public ActionSource getSource()
The source of the action.
public DescribeActionResult withSource(ActionSource source)
The source of the action.
source
- The source of the action.public void setActionType(String actionType)
The type of the action.
actionType
- The type of the action.public String getActionType()
The type of the action.
public DescribeActionResult withActionType(String actionType)
The type of the action.
actionType
- The type of the action.public void setDescription(String description)
The description of the action.
description
- The description of the action.public String getDescription()
The description of the action.
public DescribeActionResult withDescription(String description)
The description of the action.
description
- The description of the action.public void setStatus(String status)
The status of the action.
status
- The status of the action.ActionStatus
public String getStatus()
The status of the action.
ActionStatus
public DescribeActionResult withStatus(String status)
The status of the action.
status
- The status of the action.ActionStatus
public DescribeActionResult withStatus(ActionStatus status)
The status of the action.
status
- The status of the action.ActionStatus
public Map<String,String> getProperties()
A list of the action's properties.
public void setProperties(Map<String,String> properties)
A list of the action's properties.
properties
- A list of the action's properties.public DescribeActionResult withProperties(Map<String,String> properties)
A list of the action's properties.
properties
- A list of the action's properties.public DescribeActionResult addPropertiesEntry(String key, String value)
public DescribeActionResult clearPropertiesEntries()
public void setCreationTime(Date creationTime)
When the action was created.
creationTime
- When the action was created.public Date getCreationTime()
When the action was created.
public DescribeActionResult withCreationTime(Date creationTime)
When the action was created.
creationTime
- When the action was created.public void setCreatedBy(UserContext createdBy)
createdBy
- public UserContext getCreatedBy()
public DescribeActionResult withCreatedBy(UserContext createdBy)
createdBy
- public void setLastModifiedTime(Date lastModifiedTime)
When the action was last modified.
lastModifiedTime
- When the action was last modified.public Date getLastModifiedTime()
When the action was last modified.
public DescribeActionResult withLastModifiedTime(Date lastModifiedTime)
When the action was last modified.
lastModifiedTime
- When the action was last modified.public void setLastModifiedBy(UserContext lastModifiedBy)
lastModifiedBy
- public UserContext getLastModifiedBy()
public DescribeActionResult withLastModifiedBy(UserContext lastModifiedBy)
lastModifiedBy
- public void setMetadataProperties(MetadataProperties metadataProperties)
metadataProperties
- public MetadataProperties getMetadataProperties()
public DescribeActionResult withMetadataProperties(MetadataProperties metadataProperties)
metadataProperties
- public void setLineageGroupArn(String lineageGroupArn)
The Amazon Resource Name (ARN) of the lineage group.
lineageGroupArn
- The Amazon Resource Name (ARN) of the lineage group.public String getLineageGroupArn()
The Amazon Resource Name (ARN) of the lineage group.
public DescribeActionResult withLineageGroupArn(String lineageGroupArn)
The Amazon Resource Name (ARN) of the lineage group.
lineageGroupArn
- The Amazon Resource Name (ARN) of the lineage group.public String toString()
toString
in class Object
Object.toString()
public DescribeActionResult clone()