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