@Generated(value="software.amazon.awssdk:codegen") public final class ListGraphsRequest extends DetectiveRequest implements ToCopyableBuilder<ListGraphsRequest.Builder,ListGraphsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListGraphsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListGraphsRequest.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 graphs to return at a time.
|
String |
nextToken()
For requests to get the next page of results, the pagination token that was returned with the previous set of
results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListGraphsRequest.Builder> |
serializableBuilderClass() |
ListGraphsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String nextToken()
For requests to get the next page of results, the pagination token that was returned with the previous set of results. The initial request does not include a pagination token.
public final Integer maxResults()
The maximum number of graphs to return at a time. The total must be less than the overall limit on the number of results to return, which is currently 200.
public ListGraphsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListGraphsRequest.Builder,ListGraphsRequest>toBuilder in class DetectiveRequestpublic static ListGraphsRequest.Builder builder()
public static Class<? extends ListGraphsRequest.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.