@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExecutionListItem extends Object implements Serializable, Cloneable, StructuredPojo
Contains details about an execution.
Constructor and Description |
---|
ExecutionListItem() |
Modifier and Type | Method and Description |
---|---|
ExecutionListItem |
clone() |
boolean |
equals(Object obj) |
String |
getExecutionArn()
The Amazon Resource Name (ARN) that identifies the execution.
|
String |
getName()
The name of the execution.
|
Date |
getStartDate()
The date the execution started.
|
String |
getStateMachineArn()
The Amazon Resource Name (ARN) of the executed state machine.
|
String |
getStatus()
The current status of the execution.
|
Date |
getStopDate()
If the execution already ended, the date the execution stopped.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setExecutionArn(String executionArn)
The Amazon Resource Name (ARN) that identifies the execution.
|
void |
setName(String name)
The name of the execution.
|
void |
setStartDate(Date startDate)
The date the execution started.
|
void |
setStateMachineArn(String stateMachineArn)
The Amazon Resource Name (ARN) of the executed state machine.
|
void |
setStatus(ExecutionStatus status)
The current status of the execution.
|
void |
setStatus(String status)
The current status of the execution.
|
void |
setStopDate(Date stopDate)
If the execution already ended, the date the execution stopped.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ExecutionListItem |
withExecutionArn(String executionArn)
The Amazon Resource Name (ARN) that identifies the execution.
|
ExecutionListItem |
withName(String name)
The name of the execution.
|
ExecutionListItem |
withStartDate(Date startDate)
The date the execution started.
|
ExecutionListItem |
withStateMachineArn(String stateMachineArn)
The Amazon Resource Name (ARN) of the executed state machine.
|
ExecutionListItem |
withStatus(ExecutionStatus status)
The current status of the execution.
|
ExecutionListItem |
withStatus(String status)
The current status of the execution.
|
ExecutionListItem |
withStopDate(Date stopDate)
If the execution already ended, the date the execution stopped.
|
public void setExecutionArn(String executionArn)
The Amazon Resource Name (ARN) that identifies the execution.
executionArn
- The Amazon Resource Name (ARN) that identifies the execution.public String getExecutionArn()
The Amazon Resource Name (ARN) that identifies the execution.
public ExecutionListItem withExecutionArn(String executionArn)
The Amazon Resource Name (ARN) that identifies the execution.
executionArn
- The Amazon Resource Name (ARN) that identifies the execution.public void setStateMachineArn(String stateMachineArn)
The Amazon Resource Name (ARN) of the executed state machine.
stateMachineArn
- The Amazon Resource Name (ARN) of the executed state machine.public String getStateMachineArn()
The Amazon Resource Name (ARN) of the executed state machine.
public ExecutionListItem withStateMachineArn(String stateMachineArn)
The Amazon Resource Name (ARN) of the executed state machine.
stateMachineArn
- The Amazon Resource Name (ARN) of the executed state machine.public void setName(String name)
The name of the execution.
A name must not contain:
whitespace
brackets < > { } [ ]
wildcard characters ? *
special characters " # % \ ^ | ~ ` $ & , ; : /
control characters (U+0000-001F
, U+007F-009F
)
name
- The name of the execution.
A name must not contain:
whitespace
brackets < > { } [ ]
wildcard characters ? *
special characters " # % \ ^ | ~ ` $ & , ; : /
control characters (U+0000-001F
, U+007F-009F
)
public String getName()
The name of the execution.
A name must not contain:
whitespace
brackets < > { } [ ]
wildcard characters ? *
special characters " # % \ ^ | ~ ` $ & , ; : /
control characters (U+0000-001F
, U+007F-009F
)
A name must not contain:
whitespace
brackets < > { } [ ]
wildcard characters ? *
special characters " # % \ ^ | ~ ` $ & , ; : /
control characters (U+0000-001F
, U+007F-009F
)
public ExecutionListItem withName(String name)
The name of the execution.
A name must not contain:
whitespace
brackets < > { } [ ]
wildcard characters ? *
special characters " # % \ ^ | ~ ` $ & , ; : /
control characters (U+0000-001F
, U+007F-009F
)
name
- The name of the execution.
A name must not contain:
whitespace
brackets < > { } [ ]
wildcard characters ? *
special characters " # % \ ^ | ~ ` $ & , ; : /
control characters (U+0000-001F
, U+007F-009F
)
public void setStatus(String status)
The current status of the execution.
status
- The current status of the execution.ExecutionStatus
public String getStatus()
The current status of the execution.
ExecutionStatus
public ExecutionListItem withStatus(String status)
The current status of the execution.
status
- The current status of the execution.ExecutionStatus
public void setStatus(ExecutionStatus status)
The current status of the execution.
status
- The current status of the execution.ExecutionStatus
public ExecutionListItem withStatus(ExecutionStatus status)
The current status of the execution.
status
- The current status of the execution.ExecutionStatus
public void setStartDate(Date startDate)
The date the execution started.
startDate
- The date the execution started.public Date getStartDate()
The date the execution started.
public ExecutionListItem withStartDate(Date startDate)
The date the execution started.
startDate
- The date the execution started.public void setStopDate(Date stopDate)
If the execution already ended, the date the execution stopped.
stopDate
- If the execution already ended, the date the execution stopped.public Date getStopDate()
If the execution already ended, the date the execution stopped.
public ExecutionListItem withStopDate(Date stopDate)
If the execution already ended, the date the execution stopped.
stopDate
- If the execution already ended, the date the execution stopped.public String toString()
toString
in class Object
Object.toString()
public ExecutionListItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.