@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ActionSummary extends Object implements Serializable, Cloneable, StructuredPojo
Lists the properties of an action. An action represents an action or activity. Some examples are a workflow step and a model deployment. Generally, an action involves at least one input artifact or output artifact.
Constructor and Description |
---|
ActionSummary() |
Modifier and Type | Method and Description |
---|---|
ActionSummary |
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.
|
Date |
getCreationTime()
When the action was created.
|
Date |
getLastModifiedTime()
When the action was last modified.
|
ActionSource |
getSource()
The source of the action.
|
String |
getStatus()
The status of the action.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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 |
setCreationTime(Date creationTime)
When the action was created.
|
void |
setLastModifiedTime(Date lastModifiedTime)
When the action was last modified.
|
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.
|
ActionSummary |
withActionArn(String actionArn)
The Amazon Resource Name (ARN) of the action.
|
ActionSummary |
withActionName(String actionName)
The name of the action.
|
ActionSummary |
withActionType(String actionType)
The type of the action.
|
ActionSummary |
withCreationTime(Date creationTime)
When the action was created.
|
ActionSummary |
withLastModifiedTime(Date lastModifiedTime)
When the action was last modified.
|
ActionSummary |
withSource(ActionSource source)
The source of the action.
|
ActionSummary |
withStatus(ActionStatus status)
The status of the action.
|
ActionSummary |
withStatus(String status)
The status 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 ActionSummary withActionArn(String actionArn)
The Amazon Resource Name (ARN) of the action.
actionArn
- The Amazon Resource Name (ARN) of the action.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 ActionSummary withActionName(String actionName)
The name of the action.
actionName
- The name 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 ActionSummary 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 ActionSummary withActionType(String actionType)
The type of the action.
actionType
- The type 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 ActionSummary withStatus(String status)
The status of the action.
status
- The status of the action.ActionStatus
public ActionSummary withStatus(ActionStatus status)
The status of the action.
status
- The status of the action.ActionStatus
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 ActionSummary withCreationTime(Date creationTime)
When the action was created.
creationTime
- When the action was created.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 ActionSummary withLastModifiedTime(Date lastModifiedTime)
When the action was last modified.
lastModifiedTime
- When the action was last modified.public String toString()
toString
in class Object
Object.toString()
public ActionSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.