@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListedWorkflow extends Object implements Serializable, Cloneable, StructuredPojo
Contains the identifier, text description, and Amazon Resource Name (ARN) for the workflow.
Constructor and Description |
---|
ListedWorkflow() |
Modifier and Type | Method and Description |
---|---|
ListedWorkflow |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
Specifies the unique Amazon Resource Name (ARN) for the workflow.
|
String |
getDescription()
Specifies the text description for the workflow.
|
String |
getWorkflowId()
A unique identifier for the workflow.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
Specifies the unique Amazon Resource Name (ARN) for the workflow.
|
void |
setDescription(String description)
Specifies the text description for the workflow.
|
void |
setWorkflowId(String workflowId)
A unique identifier for the workflow.
|
String |
toString()
Returns a string representation of this object.
|
ListedWorkflow |
withArn(String arn)
Specifies the unique Amazon Resource Name (ARN) for the workflow.
|
ListedWorkflow |
withDescription(String description)
Specifies the text description for the workflow.
|
ListedWorkflow |
withWorkflowId(String workflowId)
A unique identifier for the workflow.
|
public void setWorkflowId(String workflowId)
A unique identifier for the workflow.
workflowId
- A unique identifier for the workflow.public String getWorkflowId()
A unique identifier for the workflow.
public ListedWorkflow withWorkflowId(String workflowId)
A unique identifier for the workflow.
workflowId
- A unique identifier for the workflow.public void setDescription(String description)
Specifies the text description for the workflow.
description
- Specifies the text description for the workflow.public String getDescription()
Specifies the text description for the workflow.
public ListedWorkflow withDescription(String description)
Specifies the text description for the workflow.
description
- Specifies the text description for the workflow.public void setArn(String arn)
Specifies the unique Amazon Resource Name (ARN) for the workflow.
arn
- Specifies the unique Amazon Resource Name (ARN) for the workflow.public String getArn()
Specifies the unique Amazon Resource Name (ARN) for the workflow.
public ListedWorkflow withArn(String arn)
Specifies the unique Amazon Resource Name (ARN) for the workflow.
arn
- Specifies the unique Amazon Resource Name (ARN) for the workflow.public String toString()
toString
in class Object
Object.toString()
public ListedWorkflow clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.