@Generated(value="software.amazon.awssdk:codegen") public final class GetInsightImpactGraphRequest extends XRayRequest implements ToCopyableBuilder<GetInsightImpactGraphRequest.Builder,GetInsightImpactGraphRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetInsightImpactGraphRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetInsightImpactGraphRequest.Builder |
builder() |
Instant |
endTime()
The estimated end time of the insight, in Unix time seconds.
|
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.
|
String |
nextToken()
Specify the pagination token returned by a previous request to retrieve the next page of results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetInsightImpactGraphRequest.Builder> |
serializableBuilderClass() |
Instant |
startTime()
The estimated start time of the insight, in Unix time seconds.
|
GetInsightImpactGraphRequest.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 Instant startTime()
The estimated start time of the insight, in Unix time seconds. The StartTime is inclusive of the value provided and can't be more than 30 days old.
public final Instant endTime()
The estimated end time of the insight, in Unix time seconds. The EndTime is exclusive of the value provided. The time range between the start time and end time can't be more than six hours.
public final String nextToken()
Specify the pagination token returned by a previous request to retrieve the next page of results.
public GetInsightImpactGraphRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetInsightImpactGraphRequest.Builder,GetInsightImpactGraphRequest>toBuilder in class XRayRequestpublic static GetInsightImpactGraphRequest.Builder builder()
public static Class<? extends GetInsightImpactGraphRequest.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.