@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StateMachineListItem extends Object implements Serializable, Cloneable, StructuredPojo
Contains details about the state machine.
Constructor and Description |
---|
StateMachineListItem() |
Modifier and Type | Method and Description |
---|---|
StateMachineListItem |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationDate()
The date the state machine is 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 is 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 is 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.
A name must not contain:
whitespace
brackets < > { } [ ]
wildcard characters ? *
special characters " # % \ ^ | ~ ` $ & , ; : /
control characters (U+0000-001F
, U+007F-009F
)
name
- The name of the state machine.
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 state machine.
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 StateMachineListItem withName(String name)
The name of the state machine.
A name must not contain:
whitespace
brackets < > { } [ ]
wildcard characters ? *
special characters " # % \ ^ | ~ ` $ & , ; : /
control characters (U+0000-001F
, U+007F-009F
)
name
- The name of the state machine.
A name must not contain:
whitespace
brackets < > { } [ ]
wildcard characters ? *
special characters " # % \ ^ | ~ ` $ & , ; : /
control characters (U+0000-001F
, U+007F-009F
)
public void setCreationDate(Date creationDate)
The date the state machine is created.
creationDate
- The date the state machine is created.public Date getCreationDate()
The date the state machine is created.
public StateMachineListItem withCreationDate(Date creationDate)
The date the state machine is created.
creationDate
- The date the state machine is created.public String toString()
toString
in class Object
Object.toString()
public StateMachineListItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2018. All rights reserved.