@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDataflowEndpointGroupsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListDataflowEndpointGroupsRequest() |
Modifier and Type | Method and Description |
---|---|
ListDataflowEndpointGroupsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Maximum number of dataflow endpoint groups returned.
|
String |
getNextToken()
Next token returned in the request of a previous
ListDataflowEndpointGroups call. |
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Maximum number of dataflow endpoint groups returned.
|
void |
setNextToken(String nextToken)
Next token returned in the request of a previous
ListDataflowEndpointGroups call. |
String |
toString()
Returns a string representation of this object.
|
ListDataflowEndpointGroupsRequest |
withMaxResults(Integer maxResults)
Maximum number of dataflow endpoint groups returned.
|
ListDataflowEndpointGroupsRequest |
withNextToken(String nextToken)
Next token returned in the request of a previous
ListDataflowEndpointGroups call. |
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 setMaxResults(Integer maxResults)
Maximum number of dataflow endpoint groups returned.
maxResults
- Maximum number of dataflow endpoint groups returned.public Integer getMaxResults()
Maximum number of dataflow endpoint groups returned.
public ListDataflowEndpointGroupsRequest withMaxResults(Integer maxResults)
Maximum number of dataflow endpoint groups returned.
maxResults
- Maximum number of dataflow endpoint groups returned.public void setNextToken(String nextToken)
Next token returned in the request of a previous ListDataflowEndpointGroups
call. Used to get the
next page of results.
nextToken
- Next token returned in the request of a previous ListDataflowEndpointGroups
call. Used to get
the next page of results.public String getNextToken()
Next token returned in the request of a previous ListDataflowEndpointGroups
call. Used to get the
next page of results.
ListDataflowEndpointGroups
call. Used to
get the next page of results.public ListDataflowEndpointGroupsRequest withNextToken(String nextToken)
Next token returned in the request of a previous ListDataflowEndpointGroups
call. Used to get the
next page of results.
nextToken
- Next token returned in the request of a previous ListDataflowEndpointGroups
call. Used to get
the next page of results.public String toString()
toString
in class Object
Object.toString()
public ListDataflowEndpointGroupsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()