ToCopyableBuilder<GetServiceGraphResponse.Builder,GetServiceGraphResponse>
@Generated("software.amazon.awssdk:codegen") public class GetServiceGraphResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetServiceGraphResponse.Builder,GetServiceGraphResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetServiceGraphResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetServiceGraphResponse.Builder |
builder() |
|
Date |
endTime() |
The end of the time frame for which the graph was generated.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
Pagination token.
|
static Class<? extends GetServiceGraphResponse.Builder> |
serializableBuilderClass() |
|
List<Service> |
services() |
The services that have processed a traced request during the specified time frame.
|
Date |
startTime() |
The start of the time frame for which the graph was generated.
|
GetServiceGraphResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public Date startTime()
The start of the time frame for which the graph was generated.
public Date endTime()
The end of the time frame for which the graph was generated.
public List<Service> services()
The services that have processed a traced request during the specified time frame.
public String nextToken()
Pagination token. Not used.
public GetServiceGraphResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetServiceGraphResponse.Builder,GetServiceGraphResponse>
public static GetServiceGraphResponse.Builder builder()
public static Class<? extends GetServiceGraphResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.