Class ListSolFunctionPackageMetadata
- java.lang.Object
-
- software.amazon.awssdk.services.tnb.model.ListSolFunctionPackageMetadata
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ListSolFunctionPackageMetadata.Builder,ListSolFunctionPackageMetadata>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListSolFunctionPackageMetadata.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListSolFunctionPackageMetadata.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 ListSolFunctionPackageMetadata.Builder>serializableBuilderClass()ListSolFunctionPackageMetadata.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 ListSolFunctionPackageMetadata.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListSolFunctionPackageMetadata.Builder,ListSolFunctionPackageMetadata>
-
builder
public static ListSolFunctionPackageMetadata.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListSolFunctionPackageMetadata.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.
-
-