@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSolVnfcResourceInfo extends Object implements Serializable, Cloneable, StructuredPojo
Details of resource associated with 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 |
|---|
GetSolVnfcResourceInfo() |
| Modifier and Type | Method and Description |
|---|---|
GetSolVnfcResourceInfo |
clone() |
boolean |
equals(Object obj) |
GetSolVnfcResourceInfoMetadata |
getMetadata()
The metadata of the network function compute.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setMetadata(GetSolVnfcResourceInfoMetadata metadata)
The metadata of the network function compute.
|
String |
toString()
Returns a string representation of this object.
|
GetSolVnfcResourceInfo |
withMetadata(GetSolVnfcResourceInfoMetadata metadata)
The metadata of the network function compute.
|
public void setMetadata(GetSolVnfcResourceInfoMetadata metadata)
The metadata of the network function compute.
metadata - The metadata of the network function compute.public GetSolVnfcResourceInfoMetadata getMetadata()
The metadata of the network function compute.
public GetSolVnfcResourceInfo withMetadata(GetSolVnfcResourceInfoMetadata metadata)
The metadata of the network function compute.
metadata - The metadata of the network function compute.public String toString()
toString in class ObjectObject.toString()public GetSolVnfcResourceInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.