@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StateMachineListItem extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
StateMachineListItem() |
Modifier and Type | Method and Description |
---|---|
StateMachineListItem |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationDate()
The date the state machine was created.
|
String |
getName()
The name of the state machine.
|
String |
getStateMachineArn()
The Amazon Resource Name (ARN) that identifies the state machine.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCreationDate(Date creationDate)
The date the state machine was created.
|
void |
setName(String name)
The name of the state machine.
|
void |
setStateMachineArn(String stateMachineArn)
The Amazon Resource Name (ARN) that identifies the state machine.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
StateMachineListItem |
withCreationDate(Date creationDate)
The date the state machine was created.
|
StateMachineListItem |
withName(String name)
The name of the state machine.
|
StateMachineListItem |
withStateMachineArn(String stateMachineArn)
The Amazon Resource Name (ARN) that identifies the state machine.
|
public void setStateMachineArn(String stateMachineArn)
The Amazon Resource Name (ARN) that identifies the state machine.
stateMachineArn
- The Amazon Resource Name (ARN) that identifies the state machine.public String getStateMachineArn()
The Amazon Resource Name (ARN) that identifies the state machine.
public StateMachineListItem withStateMachineArn(String stateMachineArn)
The Amazon Resource Name (ARN) that identifies the state machine.
stateMachineArn
- The Amazon Resource Name (ARN) that identifies the state machine.public void setName(String name)
The name of the state machine.
name
- The name of the state machine.public String getName()
The name of the state machine.
public StateMachineListItem withName(String name)
The name of the state machine.
name
- The name of the state machine.public void setCreationDate(Date creationDate)
The date the state machine was created.
creationDate
- The date the state machine was created.public Date getCreationDate()
The date the state machine was created.
public StateMachineListItem withCreationDate(Date creationDate)
The date the state machine was created.
creationDate
- The date the state machine was created.public String toString()
toString
in class Object
Object.toString()
public StateMachineListItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2017. All rights reserved.