@Generated(value="software.amazon.awssdk:codegen") public final class ListAppMonitorsRequest extends RumRequest implements ToCopyableBuilder<ListAppMonitorsRequest.Builder,ListAppMonitorsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListAppMonitorsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListAppMonitorsRequest.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 ListAppMonitorsRequest.Builder> |
serializableBuilderClass() |
ListAppMonitorsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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.
public final String nextToken()
Use the token returned by the previous operation to request the next page of results.
public ListAppMonitorsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListAppMonitorsRequest.Builder,ListAppMonitorsRequest>toBuilder in class RumRequestpublic static ListAppMonitorsRequest.Builder builder()
public static Class<? extends ListAppMonitorsRequest.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.