Class ListSolNetworkOperationsMetadata
- java.lang.Object
-
- software.amazon.awssdk.services.tnb.model.ListSolNetworkOperationsMetadata
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ListSolNetworkOperationsMetadata.Builder,ListSolNetworkOperationsMetadata>
@Generated("software.amazon.awssdk:codegen") public final class ListSolNetworkOperationsMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ListSolNetworkOperationsMetadata.Builder,ListSolNetworkOperationsMetadata>
Metadata related to a network operation.
A network operation is any operation that is done to your network, such as network instance instantiation or termination.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListSolNetworkOperationsMetadata.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListSolNetworkOperationsMetadata.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 ListSolNetworkOperationsMetadata.Builder>serializableBuilderClass()ListSolNetworkOperationsMetadata.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 ListSolNetworkOperationsMetadata.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListSolNetworkOperationsMetadata.Builder,ListSolNetworkOperationsMetadata>
-
builder
public static ListSolNetworkOperationsMetadata.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListSolNetworkOperationsMetadata.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.
-
-