@Generated(value="software.amazon.awssdk:codegen") public final class NetworkTelemetry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NetworkTelemetry.Builder,NetworkTelemetry>
Describes the telemetry information for a resource.
| Modifier and Type | Class and Description |
|---|---|
static interface |
NetworkTelemetry.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
The Amazon Web Services account ID.
|
String |
address()
The address.
|
String |
awsRegion()
The Amazon Web Services Region.
|
static NetworkTelemetry.Builder |
builder() |
String |
coreNetworkId()
The ID of a core network.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ConnectionHealth |
health()
The connection health.
|
String |
registeredGatewayArn()
The ARN of the gateway.
|
String |
resourceArn()
The ARN of the resource.
|
String |
resourceId()
The ID of the resource.
|
String |
resourceType()
The resource type.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends NetworkTelemetry.Builder> |
serializableBuilderClass() |
NetworkTelemetry.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String registeredGatewayArn()
The ARN of the gateway.
public final String coreNetworkId()
The ID of a core network.
public final String awsRegion()
The Amazon Web Services Region.
public final String accountId()
The Amazon Web Services account ID.
public final String resourceType()
The resource type.
public final String resourceId()
The ID of the resource.
public final String resourceArn()
The ARN of the resource.
public final String address()
The address.
public final ConnectionHealth health()
The connection health.
public NetworkTelemetry.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<NetworkTelemetry.Builder,NetworkTelemetry>public static NetworkTelemetry.Builder builder()
public static Class<? extends NetworkTelemetry.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.