Class GetInsightImpactGraphRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.xray.model.XRayRequest
-
- software.amazon.awssdk.services.xray.model.GetInsightImpactGraphRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetInsightImpactGraphRequest.Builder,GetInsightImpactGraphRequest>
@Generated("software.amazon.awssdk:codegen") public final class GetInsightImpactGraphRequest extends XRayRequest implements ToCopyableBuilder<GetInsightImpactGraphRequest.Builder,GetInsightImpactGraphRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetInsightImpactGraphRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetInsightImpactGraphRequest.Builderbuilder()InstantendTime()The estimated end time of the insight, in Unix time seconds.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringinsightId()The insight's unique identifier.StringnextToken()Specify the pagination token returned by a previous request to retrieve the next page of results.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends GetInsightImpactGraphRequest.Builder>serializableBuilderClass()InstantstartTime()The estimated start time of the insight, in Unix time seconds.GetInsightImpactGraphRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
insightId
public final String insightId()
The insight's unique identifier. Use the GetInsightSummaries action to retrieve an InsightId.
- Returns:
- The insight's unique identifier. Use the GetInsightSummaries action to retrieve an InsightId.
-
startTime
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.
- Returns:
- 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.
-
endTime
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.
- Returns:
- 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.
-
nextToken
public final String nextToken()
Specify the pagination token returned by a previous request to retrieve the next page of results.
- Returns:
- Specify the pagination token returned by a previous request to retrieve the next page of results.
-
toBuilder
public GetInsightImpactGraphRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetInsightImpactGraphRequest.Builder,GetInsightImpactGraphRequest>- Specified by:
toBuilderin classXRayRequest
-
builder
public static GetInsightImpactGraphRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetInsightImpactGraphRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-