@Generated(value="software.amazon.awssdk:codegen") public final class GetServiceGraphRequest extends XRayRequest implements ToCopyableBuilder<GetServiceGraphRequest.Builder,GetServiceGraphRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetServiceGraphRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetServiceGraphRequest.Builder |
builder() |
Instant |
endTime()
The end of the timeframe for which to generate a graph.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
groupARN()
The Amazon Resource Name (ARN) of a group based on which you want to generate a graph.
|
String |
groupName()
The name of a group based on which you want to generate a graph.
|
int |
hashCode() |
String |
nextToken()
Pagination token.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetServiceGraphRequest.Builder> |
serializableBuilderClass() |
Instant |
startTime()
The start of the time frame for which to generate a graph.
|
GetServiceGraphRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant startTime()
The start of the time frame for which to generate a graph.
public final Instant endTime()
The end of the timeframe for which to generate a graph.
public final String groupName()
The name of a group based on which you want to generate a graph.
public final String groupARN()
The Amazon Resource Name (ARN) of a group based on which you want to generate a graph.
public final String nextToken()
Pagination token.
public GetServiceGraphRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetServiceGraphRequest.Builder,GetServiceGraphRequest>toBuilder in class XRayRequestpublic static GetServiceGraphRequest.Builder builder()
public static Class<? extends GetServiceGraphRequest.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.