@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateIntegrationWorkflowResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateIntegrationWorkflowResult() |
Modifier and Type | Method and Description |
---|---|
CreateIntegrationWorkflowResult |
clone() |
boolean |
equals(Object obj) |
String |
getMessage()
A message indicating create request was received.
|
String |
getWorkflowId()
Unique identifier for the workflow.
|
int |
hashCode() |
void |
setMessage(String message)
A message indicating create request was received.
|
void |
setWorkflowId(String workflowId)
Unique identifier for the workflow.
|
String |
toString()
Returns a string representation of this object.
|
CreateIntegrationWorkflowResult |
withMessage(String message)
A message indicating create request was received.
|
CreateIntegrationWorkflowResult |
withWorkflowId(String workflowId)
Unique identifier for the workflow.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setWorkflowId(String workflowId)
Unique identifier for the workflow.
workflowId
- Unique identifier for the workflow.public String getWorkflowId()
Unique identifier for the workflow.
public CreateIntegrationWorkflowResult withWorkflowId(String workflowId)
Unique identifier for the workflow.
workflowId
- Unique identifier for the workflow.public void setMessage(String message)
A message indicating create request was received.
message
- A message indicating create request was received.public String getMessage()
A message indicating create request was received.
public CreateIntegrationWorkflowResult withMessage(String message)
A message indicating create request was received.
message
- A message indicating create request was received.public String toString()
toString
in class Object
Object.toString()
public CreateIntegrationWorkflowResult clone()