StructuredPojo
, ToCopyableBuilder<Edge.Builder,Edge>
@Generated("software.amazon.awssdk:codegen") public class Edge extends Object implements StructuredPojo, ToCopyableBuilder<Edge.Builder,Edge>
Information about a connection between two services.
Modifier and Type | Class | Description |
---|---|---|
static interface |
Edge.Builder |
Modifier and Type | Method | Description |
---|---|---|
List<Alias> |
aliases() |
Aliases for the edge.
|
static Edge.Builder |
builder() |
|
Date |
endTime() |
The end time of the last segment on the edge.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
Integer |
referenceId() |
Identifier of the edge.
|
List<HistogramEntry> |
responseTimeHistogram() |
A histogram that maps the spread of client response times on an edge.
|
static Class<? extends Edge.Builder> |
serializableBuilderClass() |
|
Date |
startTime() |
The start time of the first segment on the edge.
|
EdgeStatistics |
summaryStatistics() |
Response statistics for segments on the edge.
|
Edge.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public Integer referenceId()
Identifier of the edge. Unique within a service map.
public Date startTime()
The start time of the first segment on the edge.
public Date endTime()
The end time of the last segment on the edge.
public EdgeStatistics summaryStatistics()
Response statistics for segments on the edge.
public List<HistogramEntry> responseTimeHistogram()
A histogram that maps the spread of client response times on an edge.
public Edge.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Edge.Builder,Edge>
public static Edge.Builder builder()
public static Class<? extends Edge.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.