@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListMetricStreamsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListMetricStreamsRequest() |
Modifier and Type | Method and Description |
---|---|
ListMetricStreamsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to return in one operation.
|
String |
getNextToken()
Include this value, if it was returned by the previous call, to get the next set of metric streams.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in one operation.
|
void |
setNextToken(String nextToken)
Include this value, if it was returned by the previous call, to get the next set of metric streams.
|
String |
toString()
Returns a string representation of this object.
|
ListMetricStreamsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in one operation.
|
ListMetricStreamsRequest |
withNextToken(String nextToken)
Include this value, if it was returned by the previous call, to get the next set of metric streams.
|
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 setNextToken(String nextToken)
Include this value, if it was returned by the previous call, to get the next set of metric streams.
nextToken
- Include this value, if it was returned by the previous call, to get the next set of metric streams.public String getNextToken()
Include this value, if it was returned by the previous call, to get the next set of metric streams.
public ListMetricStreamsRequest withNextToken(String nextToken)
Include this value, if it was returned by the previous call, to get the next set of metric streams.
nextToken
- Include this value, if it was returned by the previous call, to get the next set of metric streams.public void setMaxResults(Integer maxResults)
The maximum number of results to return in one operation.
maxResults
- The maximum number of results to return in one operation.public Integer getMaxResults()
The maximum number of results to return in one operation.
public ListMetricStreamsRequest withMaxResults(Integer maxResults)
The maximum number of results to return in one operation.
maxResults
- The maximum number of results to return in one operation.public String toString()
toString
in class Object
Object.toString()
public ListMetricStreamsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()