@Generated(value="software.amazon.awssdk:codegen") public final class GetSolFunctionPackageMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GetSolFunctionPackageMetadata.Builder,GetSolFunctionPackageMetadata>
Metadata related to the function package.
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 |
GetSolFunctionPackageMetadata.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetSolFunctionPackageMetadata.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 GetSolFunctionPackageMetadata.Builder> |
serializableBuilderClass() |
GetSolFunctionPackageMetadata.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
FunctionArtifactMeta |
vnfd()
Metadata related to the function package descriptor of the function package.
|
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 final FunctionArtifactMeta vnfd()
Metadata related to the function package descriptor of the function package.
public GetSolFunctionPackageMetadata.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetSolFunctionPackageMetadata.Builder,GetSolFunctionPackageMetadata>public static GetSolFunctionPackageMetadata.Builder builder()
public static Class<? extends GetSolFunctionPackageMetadata.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.