@Generated(value="software.amazon.awssdk:codegen") public final class GetSolNetworkOperationMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GetSolNetworkOperationMetadata.Builder,GetSolNetworkOperationMetadata>
Metadata related to a network operation occurrence.
A network operation is any operation that is done to your network, such as network instance instantiation or termination.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetSolNetworkOperationMetadata.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetSolNetworkOperationMetadata.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 GetSolNetworkOperationMetadata.Builder> |
serializableBuilderClass() |
GetSolNetworkOperationMetadata.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 GetSolNetworkOperationMetadata.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetSolNetworkOperationMetadata.Builder,GetSolNetworkOperationMetadata>public static GetSolNetworkOperationMetadata.Builder builder()
public static Class<? extends GetSolNetworkOperationMetadata.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.