@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFlywheelsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListFlywheelsRequest() |
Modifier and Type | Method and Description |
---|---|
ListFlywheelsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
FlywheelFilter |
getFilter()
Filters the flywheels that are returned.
|
Integer |
getMaxResults()
Maximum number of results to return in a response.
|
String |
getNextToken()
Identifies the next page of results to return.
|
int |
hashCode() |
void |
setFilter(FlywheelFilter filter)
Filters the flywheels that are returned.
|
void |
setMaxResults(Integer maxResults)
Maximum number of results to return in a response.
|
void |
setNextToken(String nextToken)
Identifies the next page of results to return.
|
String |
toString()
Returns a string representation of this object.
|
ListFlywheelsRequest |
withFilter(FlywheelFilter filter)
Filters the flywheels that are returned.
|
ListFlywheelsRequest |
withMaxResults(Integer maxResults)
Maximum number of results to return in a response.
|
ListFlywheelsRequest |
withNextToken(String nextToken)
Identifies the next page of results to return.
|
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 setFilter(FlywheelFilter filter)
Filters the flywheels that are returned. You can filter flywheels on their status, or the date and time that they were submitted. You can only set one filter at a time.
filter
- Filters the flywheels that are returned. You can filter flywheels on their status, or the date and time
that they were submitted. You can only set one filter at a time.public FlywheelFilter getFilter()
Filters the flywheels that are returned. You can filter flywheels on their status, or the date and time that they were submitted. You can only set one filter at a time.
public ListFlywheelsRequest withFilter(FlywheelFilter filter)
Filters the flywheels that are returned. You can filter flywheels on their status, or the date and time that they were submitted. You can only set one filter at a time.
filter
- Filters the flywheels that are returned. You can filter flywheels on their status, or the date and time
that they were submitted. You can only set one filter at a time.public void setNextToken(String nextToken)
Identifies the next page of results to return.
nextToken
- Identifies the next page of results to return.public String getNextToken()
Identifies the next page of results to return.
public ListFlywheelsRequest withNextToken(String nextToken)
Identifies the next page of results to return.
nextToken
- Identifies the next page of results to return.public void setMaxResults(Integer maxResults)
Maximum number of results to return in a response. The default is 100.
maxResults
- Maximum number of results to return in a response. The default is 100.public Integer getMaxResults()
Maximum number of results to return in a response. The default is 100.
public ListFlywheelsRequest withMaxResults(Integer maxResults)
Maximum number of results to return in a response. The default is 100.
maxResults
- Maximum number of results to return in a response. The default is 100.public String toString()
toString
in class Object
Object.toString()
public ListFlywheelsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()