@Generated(value="software.amazon.awssdk:codegen") public final class ListSolFunctionPackageMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ListSolFunctionPackageMetadata.Builder,ListSolFunctionPackageMetadata>
Details for the function package metadata.
A function package is a .zip file in CSAR (Cloud Service Archive) format that contains a network function (an ETSI standard telecommunication application) and function package descriptor that uses the TOSCA standard to describe how the network functions should run on your network.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListSolFunctionPackageMetadata.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListSolFunctionPackageMetadata.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 ListSolFunctionPackageMetadata.Builder> |
serializableBuilderClass() |
ListSolFunctionPackageMetadata.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 ListSolFunctionPackageMetadata.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListSolFunctionPackageMetadata.Builder,ListSolFunctionPackageMetadata>public static ListSolFunctionPackageMetadata.Builder builder()
public static Class<? extends ListSolFunctionPackageMetadata.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.