@Generated(value="software.amazon.awssdk:codegen") public final class GetInsightEventsRequest extends XRayRequest implements ToCopyableBuilder<GetInsightEventsRequest.Builder,GetInsightEventsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetInsightEventsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetInsightEventsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
insightId()
The insight's unique identifier.
|
Integer |
maxResults()
Used to retrieve at most the specified value of events.
|
String |
nextToken()
Specify the pagination token returned by a previous request to retrieve the next page of events.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetInsightEventsRequest.Builder> |
serializableBuilderClass() |
GetInsightEventsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String insightId()
The insight's unique identifier. Use the GetInsightSummaries action to retrieve an InsightId.
public final Integer maxResults()
Used to retrieve at most the specified value of events.
public final String nextToken()
Specify the pagination token returned by a previous request to retrieve the next page of events.
public GetInsightEventsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetInsightEventsRequest.Builder,GetInsightEventsRequest>toBuilder in class XRayRequestpublic static GetInsightEventsRequest.Builder builder()
public static Class<? extends GetInsightEventsRequest.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.