@Generated(value="software.amazon.awssdk:codegen") public final class ListRumMetricsDestinationsRequest extends RumRequest implements ToCopyableBuilder<ListRumMetricsDestinationsRequest.Builder,ListRumMetricsDestinationsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListRumMetricsDestinationsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
appMonitorName()
The name of the app monitor associated with the destinations that you want to retrieve.
|
static ListRumMetricsDestinationsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of results to return in one operation.
|
String |
nextToken()
Use the token returned by the previous operation to request the next page of results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListRumMetricsDestinationsRequest.Builder> |
serializableBuilderClass() |
ListRumMetricsDestinationsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String appMonitorName()
The name of the app monitor associated with the destinations that you want to retrieve.
public final 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.
To retrieve the remaining results, make another call with the returned NextToken value.
public final String nextToken()
Use the token returned by the previous operation to request the next page of results.
public ListRumMetricsDestinationsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListRumMetricsDestinationsRequest.Builder,ListRumMetricsDestinationsRequest>toBuilder in class RumRequestpublic static ListRumMetricsDestinationsRequest.Builder builder()
public static Class<? extends ListRumMetricsDestinationsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.