Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetServiceGraphRequest.Builder,GetServiceGraphRequest>
@Generated("software.amazon.awssdk:codegen") public class GetServiceGraphRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetServiceGraphRequest.Builder,GetServiceGraphRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetServiceGraphRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static GetServiceGraphRequest.Builder |
builder() |
|
Date |
endTime() |
The end of the time frame for which to generate a graph.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
Pagination token.
|
static Class<? extends GetServiceGraphRequest.Builder> |
serializableBuilderClass() |
|
Date |
startTime() |
The start of the time frame for which to generate a graph.
|
GetServiceGraphRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public Date startTime()
The start of the time frame for which to generate a graph.
public Date endTime()
The end of the time frame for which to generate a graph.
public String nextToken()
Pagination token. Not used.
public GetServiceGraphRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetServiceGraphRequest.Builder,GetServiceGraphRequest>
public static GetServiceGraphRequest.Builder builder()
public static Class<? extends GetServiceGraphRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.