@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRumMetricsDestinationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListRumMetricsDestinationsRequest() |
Modifier and Type | Method and Description |
---|---|
ListRumMetricsDestinationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAppMonitorName()
The name of the app monitor associated with the destinations that you want to retrieve.
|
Integer |
getMaxResults()
The maximum number of results to return in one operation.
|
String |
getNextToken()
Use the token returned by the previous operation to request the next page of results.
|
int |
hashCode() |
void |
setAppMonitorName(String appMonitorName)
The name of the app monitor associated with the destinations that you want to retrieve.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in one operation.
|
void |
setNextToken(String nextToken)
Use the token returned by the previous operation to request the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListRumMetricsDestinationsRequest |
withAppMonitorName(String appMonitorName)
The name of the app monitor associated with the destinations that you want to retrieve.
|
ListRumMetricsDestinationsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in one operation.
|
ListRumMetricsDestinationsRequest |
withNextToken(String nextToken)
Use the token returned by the previous operation to request the next page 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 setAppMonitorName(String appMonitorName)
The name of the app monitor associated with the destinations that you want to retrieve.
appMonitorName
- The name of the app monitor associated with the destinations that you want to retrieve.public String getAppMonitorName()
The name of the app monitor associated with the destinations that you want to retrieve.
public ListRumMetricsDestinationsRequest withAppMonitorName(String appMonitorName)
The name of the app monitor associated with the destinations that you want to retrieve.
appMonitorName
- The name of the app monitor associated with the destinations that you want to retrieve.public void setMaxResults(Integer maxResults)
The maximum number of results to return in one operation. The default is 50. The maximum that you can specify is 100.
To retrieve the remaining results, make another call with the returned NextToken
value.
maxResults
- The maximum number of results to return in one operation. The default is 50. The maximum that you can
specify is 100.
To retrieve the remaining results, make another call with the returned NextToken
value.
public Integer getMaxResults()
The maximum number of results to return in one operation. The default is 50. The maximum that you can specify is 100.
To retrieve the remaining results, make another call with the returned NextToken
value.
To retrieve the remaining results, make another call with the returned NextToken
value.
public ListRumMetricsDestinationsRequest withMaxResults(Integer maxResults)
The maximum number of results to return in one operation. The default is 50. The maximum that you can specify is 100.
To retrieve the remaining results, make another call with the returned NextToken
value.
maxResults
- The maximum number of results to return in one operation. The default is 50. The maximum that you can
specify is 100.
To retrieve the remaining results, make another call with the returned NextToken
value.
public void setNextToken(String nextToken)
Use the token returned by the previous operation to request the next page of results.
nextToken
- Use the token returned by the previous operation to request the next page of results.public String getNextToken()
Use the token returned by the previous operation to request the next page of results.
public ListRumMetricsDestinationsRequest withNextToken(String nextToken)
Use the token returned by the previous operation to request the next page of results.
nextToken
- Use the token returned by the previous operation to request the next page of results.public String toString()
toString
in class Object
Object.toString()
public ListRumMetricsDestinationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()