@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetWorkflowRunsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetWorkflowRunsRequest() |
Modifier and Type | Method and Description |
---|---|
GetWorkflowRunsRequest |
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 the workflow graph in response or not.
|
Integer |
getMaxResults()
The maximum number of workflow runs to be included in the response.
|
String |
getName()
Name of the workflow whose metadata of runs should be returned.
|
String |
getNextToken()
The maximum size of the response.
|
int |
hashCode() |
Boolean |
isIncludeGraph()
Specifies whether to include the workflow graph in response or not.
|
void |
setIncludeGraph(Boolean includeGraph)
Specifies whether to include the workflow graph in response or not.
|
void |
setMaxResults(Integer maxResults)
The maximum number of workflow runs to be included in the response.
|
void |
setName(String name)
Name of the workflow whose metadata of runs should be returned.
|
void |
setNextToken(String nextToken)
The maximum size of the response.
|
String |
toString()
Returns a string representation of this object.
|
GetWorkflowRunsRequest |
withIncludeGraph(Boolean includeGraph)
Specifies whether to include the workflow graph in response or not.
|
GetWorkflowRunsRequest |
withMaxResults(Integer maxResults)
The maximum number of workflow runs to be included in the response.
|
GetWorkflowRunsRequest |
withName(String name)
Name of the workflow whose metadata of runs should be returned.
|
GetWorkflowRunsRequest |
withNextToken(String nextToken)
The maximum size of the response.
|
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)
Name of the workflow whose metadata of runs should be returned.
name
- Name of the workflow whose metadata of runs should be returned.public String getName()
Name of the workflow whose metadata of runs should be returned.
public GetWorkflowRunsRequest withName(String name)
Name of the workflow whose metadata of runs should be returned.
name
- Name of the workflow whose metadata of runs should be returned.public void setIncludeGraph(Boolean includeGraph)
Specifies whether to include the workflow graph in response or not.
includeGraph
- Specifies whether to include the workflow graph in response or not.public Boolean getIncludeGraph()
Specifies whether to include the workflow graph in response or not.
public GetWorkflowRunsRequest withIncludeGraph(Boolean includeGraph)
Specifies whether to include the workflow graph in response or not.
includeGraph
- Specifies whether to include the workflow graph in response or not.public Boolean isIncludeGraph()
Specifies whether to include the workflow graph in response or not.
public void setNextToken(String nextToken)
The maximum size of the response.
nextToken
- The maximum size of the response.public String getNextToken()
The maximum size of the response.
public GetWorkflowRunsRequest withNextToken(String nextToken)
The maximum size of the response.
nextToken
- The maximum size of the response.public void setMaxResults(Integer maxResults)
The maximum number of workflow runs to be included in the response.
maxResults
- The maximum number of workflow runs to be included in the response.public Integer getMaxResults()
The maximum number of workflow runs to be included in the response.
public GetWorkflowRunsRequest withMaxResults(Integer maxResults)
The maximum number of workflow runs to be included in the response.
maxResults
- The maximum number of workflow runs to be included in the response.public String toString()
toString
in class Object
Object.toString()
public GetWorkflowRunsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()