Class GetSolVnfcResourceInfoMetadata
- java.lang.Object
-
- software.amazon.awssdk.services.tnb.model.GetSolVnfcResourceInfoMetadata
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<GetSolVnfcResourceInfoMetadata.Builder,GetSolVnfcResourceInfoMetadata>
@Generated("software.amazon.awssdk:codegen") public final class GetSolVnfcResourceInfoMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GetSolVnfcResourceInfoMetadata.Builder,GetSolVnfcResourceInfoMetadata>
The metadata of a network function.
A network instance is a single network created in Amazon Web Services TNB that can be deployed and on which life-cycle operations (like terminate, update, and delete) can be performed.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetSolVnfcResourceInfoMetadata.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetSolVnfcResourceInfoMetadata.Builderbuilder()Stringcluster()Information about the cluster.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringhelmChart()Information about the helm chart.StringnodeGroup()Information about the node group.List<SdkField<?>>sdkFields()static Class<? extends GetSolVnfcResourceInfoMetadata.Builder>serializableBuilderClass()GetSolVnfcResourceInfoMetadata.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
-
cluster
public final String cluster()
Information about the cluster.
- Returns:
- Information about the cluster.
-
helmChart
public final String helmChart()
Information about the helm chart.
- Returns:
- Information about the helm chart.
-
nodeGroup
public final String nodeGroup()
Information about the node group.
- Returns:
- Information about the node group.
-
toBuilder
public GetSolVnfcResourceInfoMetadata.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetSolVnfcResourceInfoMetadata.Builder,GetSolVnfcResourceInfoMetadata>
-
builder
public static GetSolVnfcResourceInfoMetadata.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetSolVnfcResourceInfoMetadata.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.
-
-