Class GetSolNetworkPackageMetadata
- java.lang.Object
-
- software.amazon.awssdk.services.tnb.model.GetSolNetworkPackageMetadata
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<GetSolNetworkPackageMetadata.Builder,GetSolNetworkPackageMetadata>
@Generated("software.amazon.awssdk:codegen") public final class GetSolNetworkPackageMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GetSolNetworkPackageMetadata.Builder,GetSolNetworkPackageMetadata>
Metadata associated with 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 interfaceGetSolNetworkPackageMetadata.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetSolNetworkPackageMetadata.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.NetworkArtifactMetansd()Metadata related to the onboarded network service descriptor in the network package.List<SdkField<?>>sdkFields()static Class<? extends GetSolNetworkPackageMetadata.Builder>serializableBuilderClass()GetSolNetworkPackageMetadata.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.
-
nsd
public final NetworkArtifactMeta nsd()
Metadata related to the onboarded network service descriptor in the network package.
- Returns:
- Metadata related to the onboarded network service descriptor in the network package.
-
toBuilder
public GetSolNetworkPackageMetadata.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetSolNetworkPackageMetadata.Builder,GetSolNetworkPackageMetadata>
-
builder
public static GetSolNetworkPackageMetadata.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetSolNetworkPackageMetadata.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.
-
-