@Generated(value="software.amazon.awssdk:codegen") public final class ListSolNetworkPackageMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ListSolNetworkPackageMetadata.Builder,ListSolNetworkPackageMetadata>
Metadata related to a network package.
A network package is a .zip file in CSAR (Cloud Service Archive) format defines the function packages you want to deploy and the Amazon Web Services infrastructure you want to deploy them on.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListSolNetworkPackageMetadata.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListSolNetworkPackageMetadata.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 ListSolNetworkPackageMetadata.Builder> |
serializableBuilderClass() |
ListSolNetworkPackageMetadata.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 ListSolNetworkPackageMetadata.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListSolNetworkPackageMetadata.Builder,ListSolNetworkPackageMetadata>public static ListSolNetworkPackageMetadata.Builder builder()
public static Class<? extends ListSolNetworkPackageMetadata.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.