@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 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)
Marshalls this structured data using the given
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.
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 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)
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.