@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetFlowTemplateRevisionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetFlowTemplateRevisionsRequest() |
Modifier and Type | Method and Description |
---|---|
GetFlowTemplateRevisionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getId()
The ID of the workflow.
|
Integer |
getMaxResults()
The maximum number of results to return in the response.
|
String |
getNextToken()
The string that specifies the next page of results.
|
int |
hashCode() |
void |
setId(String id)
The ID of the workflow.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
void |
setNextToken(String nextToken)
The string that specifies the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
GetFlowTemplateRevisionsRequest |
withId(String id)
The ID of the workflow.
|
GetFlowTemplateRevisionsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
GetFlowTemplateRevisionsRequest |
withNextToken(String nextToken)
The string that specifies the next page of results.
|
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 setId(String id)
The ID of the workflow.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
id
- The ID of the workflow.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
public String getId()
The ID of the workflow.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
public GetFlowTemplateRevisionsRequest withId(String id)
The ID of the workflow.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
id
- The ID of the workflow.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
public void setNextToken(String nextToken)
The string that specifies the next page of results. Use this when you're paginating results.
nextToken
- The string that specifies the next page of results. Use this when you're paginating results.public String getNextToken()
The string that specifies the next page of results. Use this when you're paginating results.
public GetFlowTemplateRevisionsRequest withNextToken(String nextToken)
The string that specifies the next page of results. Use this when you're paginating results.
nextToken
- The string that specifies the next page of results. Use this when you're paginating results.public void setMaxResults(Integer maxResults)
The maximum number of results to return in the response.
maxResults
- The maximum number of results to return in the response.public Integer getMaxResults()
The maximum number of results to return in the response.
public GetFlowTemplateRevisionsRequest withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
maxResults
- The maximum number of results to return in the response.public String toString()
toString
in class Object
Object.toString()
public GetFlowTemplateRevisionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()