@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.VnfOperationalState
public String getVnfState()
State of the network function instance.
VnfOperationalState
public GetSolVnfInfo withVnfState(String vnfState)
State of the network function instance.
vnfState
- State of the network function instance.VnfOperationalState
public GetSolVnfInfo withVnfState(VnfOperationalState vnfState)
State of the network function instance.
vnfState
- State of the network function instance.VnfOperationalState
public 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 Object
Object.toString()
public GetSolVnfInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.