@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSolVnfcResourceInfoMetadata extends Object implements Serializable, Cloneable, StructuredPojo
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.
| Constructor and Description |
|---|
GetSolVnfcResourceInfoMetadata() |
| Modifier and Type | Method and Description |
|---|---|
GetSolVnfcResourceInfoMetadata |
clone() |
boolean |
equals(Object obj) |
String |
getCluster()
Information about the cluster.
|
String |
getHelmChart()
Information about the helm chart.
|
String |
getNodeGroup()
Information about the node group.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCluster(String cluster)
Information about the cluster.
|
void |
setHelmChart(String helmChart)
Information about the helm chart.
|
void |
setNodeGroup(String nodeGroup)
Information about the node group.
|
String |
toString()
Returns a string representation of this object.
|
GetSolVnfcResourceInfoMetadata |
withCluster(String cluster)
Information about the cluster.
|
GetSolVnfcResourceInfoMetadata |
withHelmChart(String helmChart)
Information about the helm chart.
|
GetSolVnfcResourceInfoMetadata |
withNodeGroup(String nodeGroup)
Information about the node group.
|
public void setCluster(String cluster)
Information about the cluster.
cluster - Information about the cluster.public String getCluster()
Information about the cluster.
public GetSolVnfcResourceInfoMetadata withCluster(String cluster)
Information about the cluster.
cluster - Information about the cluster.public void setHelmChart(String helmChart)
Information about the helm chart.
helmChart - Information about the helm chart.public String getHelmChart()
Information about the helm chart.
public GetSolVnfcResourceInfoMetadata withHelmChart(String helmChart)
Information about the helm chart.
helmChart - Information about the helm chart.public void setNodeGroup(String nodeGroup)
Information about the node group.
nodeGroup - Information about the node group.public String getNodeGroup()
Information about the node group.
public GetSolVnfcResourceInfoMetadata withNodeGroup(String nodeGroup)
Information about the node group.
nodeGroup - Information about the node group.public String toString()
toString in class ObjectObject.toString()public GetSolVnfcResourceInfoMetadata clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.