@Generated(value="software.amazon.awssdk:codegen") public final class Edge extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Edge.Builder,Edge>
Information about a connection between two services.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Edge.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<Alias> |
aliases()
Aliases for the edge.
|
static Edge.Builder |
builder() |
Instant |
endTime()
The end time of the last segment on the edge.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAliases()
Returns true if the Aliases property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasResponseTimeHistogram()
Returns true if the ResponseTimeHistogram property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
Integer |
referenceId()
Identifier of the edge.
|
List<HistogramEntry> |
responseTimeHistogram()
A histogram that maps the spread of client response times on an edge.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Edge.Builder> |
serializableBuilderClass() |
Instant |
startTime()
The start time of the first segment on the edge.
|
EdgeStatistics |
summaryStatistics()
Response statistics for segments on the edge.
|
Edge.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer referenceId()
Identifier of the edge. Unique within a service map.
public final Instant startTime()
The start time of the first segment on the edge.
public final Instant endTime()
The end time of the last segment on the edge.
public final EdgeStatistics summaryStatistics()
Response statistics for segments on the edge.
public final boolean hasResponseTimeHistogram()
public final List<HistogramEntry> responseTimeHistogram()
A histogram that maps the spread of client response times on an edge.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasResponseTimeHistogram() to see if a value was sent in this field.
public final boolean hasAliases()
public final List<Alias> aliases()
Aliases for the edge.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasAliases() to see if a value was sent in this field.
public Edge.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Edge.Builder,Edge>public static Edge.Builder builder()
public static Class<? extends Edge.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.