@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetSolVnfcResourceInfoMetadata.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetSolVnfcResourceInfoMetadata.Builder |
builder() |
String |
cluster()
Information about the cluster.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
helmChart()
Information about the helm chart.
|
String |
nodeGroup()
Information about the node group.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetSolVnfcResourceInfoMetadata.Builder> |
serializableBuilderClass() |
GetSolVnfcResourceInfoMetadata.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String cluster()
Information about the cluster.
public final String helmChart()
Information about the helm chart.
public final String nodeGroup()
Information about the node group.
public GetSolVnfcResourceInfoMetadata.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetSolVnfcResourceInfoMetadata.Builder,GetSolVnfcResourceInfoMetadata>public static GetSolVnfcResourceInfoMetadata.Builder builder()
public static Class<? extends GetSolVnfcResourceInfoMetadata.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.