@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchFlowExecutionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
SearchFlowExecutionsRequest() |
Modifier and Type | Method and Description |
---|---|
SearchFlowExecutionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Date |
getEndTime()
The date and time of the latest flow execution to return.
|
String |
getFlowExecutionId()
The ID of a flow execution.
|
Integer |
getMaxResults()
The maximum number of results to return in the response.
|
String |
getNextToken()
The string that specifies the next page of results.
|
Date |
getStartTime()
The date and time of the earliest flow execution to return.
|
String |
getSystemInstanceId()
The ID of the system instance that contains the flow.
|
int |
hashCode() |
void |
setEndTime(Date endTime)
The date and time of the latest flow execution to return.
|
void |
setFlowExecutionId(String flowExecutionId)
The ID of a flow execution.
|
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.
|
void |
setStartTime(Date startTime)
The date and time of the earliest flow execution to return.
|
void |
setSystemInstanceId(String systemInstanceId)
The ID of the system instance that contains the flow.
|
String |
toString()
Returns a string representation of this object.
|
SearchFlowExecutionsRequest |
withEndTime(Date endTime)
The date and time of the latest flow execution to return.
|
SearchFlowExecutionsRequest |
withFlowExecutionId(String flowExecutionId)
The ID of a flow execution.
|
SearchFlowExecutionsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
SearchFlowExecutionsRequest |
withNextToken(String nextToken)
The string that specifies the next page of results.
|
SearchFlowExecutionsRequest |
withStartTime(Date startTime)
The date and time of the earliest flow execution to return.
|
SearchFlowExecutionsRequest |
withSystemInstanceId(String systemInstanceId)
The ID of the system instance that contains the flow.
|
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 setSystemInstanceId(String systemInstanceId)
The ID of the system instance that contains the flow.
systemInstanceId
- The ID of the system instance that contains the flow.public String getSystemInstanceId()
The ID of the system instance that contains the flow.
public SearchFlowExecutionsRequest withSystemInstanceId(String systemInstanceId)
The ID of the system instance that contains the flow.
systemInstanceId
- The ID of the system instance that contains the flow.public void setFlowExecutionId(String flowExecutionId)
The ID of a flow execution.
flowExecutionId
- The ID of a flow execution.public String getFlowExecutionId()
The ID of a flow execution.
public SearchFlowExecutionsRequest withFlowExecutionId(String flowExecutionId)
The ID of a flow execution.
flowExecutionId
- The ID of a flow execution.public void setStartTime(Date startTime)
The date and time of the earliest flow execution to return.
startTime
- The date and time of the earliest flow execution to return.public Date getStartTime()
The date and time of the earliest flow execution to return.
public SearchFlowExecutionsRequest withStartTime(Date startTime)
The date and time of the earliest flow execution to return.
startTime
- The date and time of the earliest flow execution to return.public void setEndTime(Date endTime)
The date and time of the latest flow execution to return.
endTime
- The date and time of the latest flow execution to return.public Date getEndTime()
The date and time of the latest flow execution to return.
public SearchFlowExecutionsRequest withEndTime(Date endTime)
The date and time of the latest flow execution to return.
endTime
- The date and time of the latest flow execution to return.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 SearchFlowExecutionsRequest 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 SearchFlowExecutionsRequest 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 SearchFlowExecutionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.