@Generated(value="software.amazon.awssdk:codegen") public final class ListSolNetworkInstanceMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ListSolNetworkInstanceMetadata.Builder,ListSolNetworkInstanceMetadata>
Metadata details for a network instance.
A network instance is a single network created in Amazon Web Services TNB that can be deployed and on which life-cycle operations (like terminate, update, and delete) can be performed.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListSolNetworkInstanceMetadata.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListSolNetworkInstanceMetadata.Builder |
builder() |
Instant |
createdAt()
The date that the resource was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModified()
The date that the resource was last modified.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListSolNetworkInstanceMetadata.Builder> |
serializableBuilderClass() |
ListSolNetworkInstanceMetadata.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant createdAt()
The date that the resource was created.
public final Instant lastModified()
The date that the resource was last modified.
public ListSolNetworkInstanceMetadata.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListSolNetworkInstanceMetadata.Builder,ListSolNetworkInstanceMetadata>public static ListSolNetworkInstanceMetadata.Builder builder()
public static Class<? extends ListSolNetworkInstanceMetadata.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.