@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetWorkflowRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetWorkflowRequest() |
Modifier and Type | Method and Description |
---|---|
GetWorkflowRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getIncludeGraph()
Specifies whether to include a graph when returning the workflow resource metadata.
|
String |
getName()
The name of the workflow to retrieve.
|
int |
hashCode() |
Boolean |
isIncludeGraph()
Specifies whether to include a graph when returning the workflow resource metadata.
|
void |
setIncludeGraph(Boolean includeGraph)
Specifies whether to include a graph when returning the workflow resource metadata.
|
void |
setName(String name)
The name of the workflow to retrieve.
|
String |
toString()
Returns a string representation of this object.
|
GetWorkflowRequest |
withIncludeGraph(Boolean includeGraph)
Specifies whether to include a graph when returning the workflow resource metadata.
|
GetWorkflowRequest |
withName(String name)
The name of the workflow to retrieve.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setName(String name)
The name of the workflow to retrieve.
name
- The name of the workflow to retrieve.public String getName()
The name of the workflow to retrieve.
public GetWorkflowRequest withName(String name)
The name of the workflow to retrieve.
name
- The name of the workflow to retrieve.public void setIncludeGraph(Boolean includeGraph)
Specifies whether to include a graph when returning the workflow resource metadata.
includeGraph
- Specifies whether to include a graph when returning the workflow resource metadata.public Boolean getIncludeGraph()
Specifies whether to include a graph when returning the workflow resource metadata.
public GetWorkflowRequest withIncludeGraph(Boolean includeGraph)
Specifies whether to include a graph when returning the workflow resource metadata.
includeGraph
- Specifies whether to include a graph when returning the workflow resource metadata.public Boolean isIncludeGraph()
Specifies whether to include a graph when returning the workflow resource metadata.
public String toString()
toString
in class Object
Object.toString()
public GetWorkflowRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()