@Generated(value="software.amazon.awssdk:codegen") public final class Network extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Network.Builder,Network>
Information about a network.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Network.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Network.Builder |
builder() |
Instant |
createdAt()
The creation time of the network.
|
String |
description()
The description of the network.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
networkArn()
The Amazon Resource Name (ARN) of the network.
|
String |
networkName()
The name of the network.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Network.Builder> |
serializableBuilderClass() |
NetworkStatus |
status()
The status of the network.
|
String |
statusAsString()
The status of the network.
|
String |
statusReason()
The status reason of the network.
|
Network.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant createdAt()
The creation time of the network.
public final String description()
The description of the network.
public final String networkArn()
The Amazon Resource Name (ARN) of the network.
public final String networkName()
The name of the network.
public final NetworkStatus status()
The status of the network.
If the service returns an enum value that is not available in the current SDK version, status will
return NetworkStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
NetworkStatuspublic final String statusAsString()
The status of the network.
If the service returns an enum value that is not available in the current SDK version, status will
return NetworkStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
NetworkStatuspublic final String statusReason()
The status reason of the network.
public Network.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Network.Builder,Network>public static Network.Builder builder()
public static Class<? extends Network.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.