Class GetSolNetworkOperationMetadata
- java.lang.Object
-
- software.amazon.awssdk.services.tnb.model.GetSolNetworkOperationMetadata
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<GetSolNetworkOperationMetadata.Builder,GetSolNetworkOperationMetadata>
@Generated("software.amazon.awssdk:codegen") public final class GetSolNetworkOperationMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GetSolNetworkOperationMetadata.Builder,GetSolNetworkOperationMetadata>
Metadata related to a network operation occurrence.
A network operation is any operation that is done to your network, such as network instance instantiation or termination.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetSolNetworkOperationMetadata.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetSolNetworkOperationMetadata.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()InstantiateMetadatainstantiateMetadata()Metadata related to the network operation occurrence for network instantiation.InstantlastModified()The date that the resource was last modified.ModifyVnfInfoMetadatamodifyVnfInfoMetadata()Metadata related to the network operation occurrence for network function updates in a network instance.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends GetSolNetworkOperationMetadata.Builder>serializableBuilderClass()GetSolNetworkOperationMetadata.BuildertoBuilder()StringtoString()Returns a string representation of this object.UpdateNsMetadataupdateNsMetadata()Metadata related to the network operation occurrence for network instance updates.-
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.
-
instantiateMetadata
public final InstantiateMetadata instantiateMetadata()
Metadata related to the network operation occurrence for network instantiation. This is populated only if the lcmOperationType is
INSTANTIATE.- Returns:
- Metadata related to the network operation occurrence for network instantiation. This is populated only if
the lcmOperationType is
INSTANTIATE.
-
lastModified
public final Instant lastModified()
The date that the resource was last modified.
- Returns:
- The date that the resource was last modified.
-
modifyVnfInfoMetadata
public final ModifyVnfInfoMetadata modifyVnfInfoMetadata()
Metadata related to the network operation occurrence for network function updates in a network instance. This is populated only if the lcmOperationType is
UPDATEand the updateType isMODIFY_VNF_INFORMATION.- Returns:
- Metadata related to the network operation occurrence for network function updates in a network instance.
This is populated only if the lcmOperationType is
UPDATEand the updateType isMODIFY_VNF_INFORMATION.
-
updateNsMetadata
public final UpdateNsMetadata updateNsMetadata()
Metadata related to the network operation occurrence for network instance updates. This is populated only if the lcmOperationType is
UPDATEand the updateType isUPDATE_NS.- Returns:
- Metadata related to the network operation occurrence for network instance updates. This is populated only
if the lcmOperationType is
UPDATEand the updateType isUPDATE_NS.
-
toBuilder
public GetSolNetworkOperationMetadata.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetSolNetworkOperationMetadata.Builder,GetSolNetworkOperationMetadata>
-
builder
public static GetSolNetworkOperationMetadata.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetSolNetworkOperationMetadata.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-