@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFlowAliasesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListFlowAliasesRequest() |
Modifier and Type | Method and Description |
---|---|
ListFlowAliasesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFlowIdentifier()
The unique identifier of the flow for which aliases are being returned.
|
Integer |
getMaxResults()
The maximum number of results to return in the response.
|
String |
getNextToken()
If the total number of results is greater than the
maxResults value provided in the request, enter
the token returned in the nextToken field in the response in this field to return the next batch of
results. |
int |
hashCode() |
void |
setFlowIdentifier(String flowIdentifier)
The unique identifier of the flow for which aliases are being returned.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
void |
setNextToken(String nextToken)
If the total number of results is greater than the
maxResults value provided in the request, enter
the token returned in the nextToken field in the response in this field to return the next batch of
results. |
String |
toString()
Returns a string representation of this object.
|
ListFlowAliasesRequest |
withFlowIdentifier(String flowIdentifier)
The unique identifier of the flow for which aliases are being returned.
|
ListFlowAliasesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
ListFlowAliasesRequest |
withNextToken(String nextToken)
If the total number of results is greater than the
maxResults value provided in the request, enter
the token returned in the nextToken field in the response in this field to return the next batch 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 setFlowIdentifier(String flowIdentifier)
The unique identifier of the flow for which aliases are being returned.
flowIdentifier
- The unique identifier of the flow for which aliases are being returned.public String getFlowIdentifier()
The unique identifier of the flow for which aliases are being returned.
public ListFlowAliasesRequest withFlowIdentifier(String flowIdentifier)
The unique identifier of the flow for which aliases are being returned.
flowIdentifier
- The unique identifier of the flow for which aliases are being returned.public void setMaxResults(Integer maxResults)
The maximum number of results to return in the response. If the total number of results is greater than this
value, use the token returned in the response in the nextToken
field when making another request to
return the next batch of results.
maxResults
- The maximum number of results to return in the response. If the total number of results is greater than
this value, use the token returned in the response in the nextToken
field when making another
request to return the next batch of results.public Integer getMaxResults()
The maximum number of results to return in the response. If the total number of results is greater than this
value, use the token returned in the response in the nextToken
field when making another request to
return the next batch of results.
nextToken
field when making
another request to return the next batch of results.public ListFlowAliasesRequest withMaxResults(Integer maxResults)
The maximum number of results to return in the response. If the total number of results is greater than this
value, use the token returned in the response in the nextToken
field when making another request to
return the next batch of results.
maxResults
- The maximum number of results to return in the response. If the total number of results is greater than
this value, use the token returned in the response in the nextToken
field when making another
request to return the next batch of results.public void setNextToken(String nextToken)
If the total number of results is greater than the maxResults
value provided in the request, enter
the token returned in the nextToken
field in the response in this field to return the next batch of
results.
nextToken
- If the total number of results is greater than the maxResults
value provided in the request,
enter the token returned in the nextToken
field in the response in this field to return the
next batch of results.public String getNextToken()
If the total number of results is greater than the maxResults
value provided in the request, enter
the token returned in the nextToken
field in the response in this field to return the next batch of
results.
maxResults
value provided in the request,
enter the token returned in the nextToken
field in the response in this field to return the
next batch of results.public ListFlowAliasesRequest withNextToken(String nextToken)
If the total number of results is greater than the maxResults
value provided in the request, enter
the token returned in the nextToken
field in the response in this field to return the next batch of
results.
nextToken
- If the total number of results is greater than the maxResults
value provided in the request,
enter the token returned in the nextToken
field in the response in this field to return the
next batch of results.public String toString()
toString
in class Object
Object.toString()
public ListFlowAliasesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()