Class ListSolNetworkInstanceMetadata
- java.lang.Object
-
- software.amazon.awssdk.services.tnb.model.ListSolNetworkInstanceMetadata
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ListSolNetworkInstanceMetadata.Builder,ListSolNetworkInstanceMetadata>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListSolNetworkInstanceMetadata.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListSolNetworkInstanceMetadata.Builderbuilder()InstantcreatedAt()The date that the resource was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastModified()The date that the resource was last modified.List<SdkField<?>>sdkFields()static Class<? extends ListSolNetworkInstanceMetadata.Builder>serializableBuilderClass()ListSolNetworkInstanceMetadata.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
createdAt
public final Instant createdAt()
The date that the resource was created.
- Returns:
- The date that the resource was created.
-
lastModified
public final Instant lastModified()
The date that the resource was last modified.
- Returns:
- The date that the resource was last modified.
-
toBuilder
public ListSolNetworkInstanceMetadata.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListSolNetworkInstanceMetadata.Builder,ListSolNetworkInstanceMetadata>
-
builder
public static ListSolNetworkInstanceMetadata.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListSolNetworkInstanceMetadata.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-