@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSolVnfInfo extends Object implements Serializable, Cloneable, StructuredPojo
Information about the network function.
A network function instance is a function in a function package .
| Constructor and Description |
|---|
GetSolVnfInfo() |
| Modifier and Type | Method and Description |
|---|---|
GetSolVnfInfo |
clone() |
boolean |
equals(Object obj) |
List<GetSolVnfcResourceInfo> |
getVnfcResourceInfo()
Compute info used by the network function instance.
|
String |
getVnfState()
State of the network function instance.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setVnfcResourceInfo(Collection<GetSolVnfcResourceInfo> vnfcResourceInfo)
Compute info used by the network function instance.
|
void |
setVnfState(String vnfState)
State of the network function instance.
|
String |
toString()
Returns a string representation of this object.
|
GetSolVnfInfo |
withVnfcResourceInfo(Collection<GetSolVnfcResourceInfo> vnfcResourceInfo)
Compute info used by the network function instance.
|
GetSolVnfInfo |
withVnfcResourceInfo(GetSolVnfcResourceInfo... vnfcResourceInfo)
Compute info used by the network function instance.
|
GetSolVnfInfo |
withVnfState(String vnfState)
State of the network function instance.
|
GetSolVnfInfo |
withVnfState(VnfOperationalState vnfState)
State of the network function instance.
|
public void setVnfState(String vnfState)
State of the network function instance.
vnfState - State of the network function instance.VnfOperationalStatepublic String getVnfState()
State of the network function instance.
VnfOperationalStatepublic GetSolVnfInfo withVnfState(String vnfState)
State of the network function instance.
vnfState - State of the network function instance.VnfOperationalStatepublic GetSolVnfInfo withVnfState(VnfOperationalState vnfState)
State of the network function instance.
vnfState - State of the network function instance.VnfOperationalStatepublic List<GetSolVnfcResourceInfo> getVnfcResourceInfo()
Compute info used by the network function instance.
public void setVnfcResourceInfo(Collection<GetSolVnfcResourceInfo> vnfcResourceInfo)
Compute info used by the network function instance.
vnfcResourceInfo - Compute info used by the network function instance.public GetSolVnfInfo withVnfcResourceInfo(GetSolVnfcResourceInfo... vnfcResourceInfo)
Compute info used by the network function instance.
NOTE: This method appends the values to the existing list (if any). Use
setVnfcResourceInfo(java.util.Collection) or withVnfcResourceInfo(java.util.Collection) if you
want to override the existing values.
vnfcResourceInfo - Compute info used by the network function instance.public GetSolVnfInfo withVnfcResourceInfo(Collection<GetSolVnfcResourceInfo> vnfcResourceInfo)
Compute info used by the network function instance.
vnfcResourceInfo - Compute info used by the network function instance.public String toString()
toString in class ObjectObject.toString()public GetSolVnfInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.