@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeFlowExecutionRecordsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeFlowExecutionRecordsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeFlowExecutionRecordsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFlowName()
The specified name of the flow.
|
Integer |
getMaxResults()
Specifies the maximum number of items that should be returned in the result set.
|
String |
getNextToken()
The pagination token for the next page of data.
|
int |
hashCode() |
void |
setFlowName(String flowName)
The specified name of the flow.
|
void |
setMaxResults(Integer maxResults)
Specifies the maximum number of items that should be returned in the result set.
|
void |
setNextToken(String nextToken)
The pagination token for the next page of data.
|
String |
toString()
Returns a string representation of this object.
|
DescribeFlowExecutionRecordsRequest |
withFlowName(String flowName)
The specified name of the flow.
|
DescribeFlowExecutionRecordsRequest |
withMaxResults(Integer maxResults)
Specifies the maximum number of items that should be returned in the result set.
|
DescribeFlowExecutionRecordsRequest |
withNextToken(String nextToken)
The pagination token for the next page of data.
|
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 setFlowName(String flowName)
The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.
flowName
- The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.public String getFlowName()
The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.
public DescribeFlowExecutionRecordsRequest withFlowName(String flowName)
The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.
flowName
- The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.public void setMaxResults(Integer maxResults)
Specifies the maximum number of items that should be returned in the result set. The default for
maxResults
is 20 (for all paginated API operations).
maxResults
- Specifies the maximum number of items that should be returned in the result set. The default for
maxResults
is 20 (for all paginated API operations).public Integer getMaxResults()
Specifies the maximum number of items that should be returned in the result set. The default for
maxResults
is 20 (for all paginated API operations).
maxResults
is 20 (for all paginated API operations).public DescribeFlowExecutionRecordsRequest withMaxResults(Integer maxResults)
Specifies the maximum number of items that should be returned in the result set. The default for
maxResults
is 20 (for all paginated API operations).
maxResults
- Specifies the maximum number of items that should be returned in the result set. The default for
maxResults
is 20 (for all paginated API operations).public void setNextToken(String nextToken)
The pagination token for the next page of data.
nextToken
- The pagination token for the next page of data.public String getNextToken()
The pagination token for the next page of data.
public DescribeFlowExecutionRecordsRequest withNextToken(String nextToken)
The pagination token for the next page of data.
nextToken
- The pagination token for the next page of data.public String toString()
toString
in class Object
Object.toString()
public DescribeFlowExecutionRecordsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()