Class ListSolFunctionInstanceInfo
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<ListSolFunctionInstanceInfo.Builder,
ListSolFunctionInstanceInfo>
Lists information about a network function instance.
A network function instance is a function in a function package .
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal String
arn()
Network function instance ARN.builder()
final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
final String
id()
Network function instance ID.Returns the value of the InstantiatedVnfInfo property for this object.final VnfInstantiationState
Network function instance instantiation state.final String
Network function instance instantiation state.metadata()
Network function instance metadata.final String
Network instance ID.static Class
<? extends ListSolFunctionInstanceInfo.Builder> Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.final String
vnfPkgId()
Function package ID.final String
Function package name.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
arn
Network function instance ARN.
- Returns:
- Network function instance ARN.
-
id
Network function instance ID.
- Returns:
- Network function instance ID.
-
instantiatedVnfInfo
Returns the value of the InstantiatedVnfInfo property for this object.- Returns:
- The value of the InstantiatedVnfInfo property for this object.
-
instantiationState
Network function instance instantiation state.
If the service returns an enum value that is not available in the current SDK version,
instantiationState
will returnVnfInstantiationState.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available frominstantiationStateAsString()
.- Returns:
- Network function instance instantiation state.
- See Also:
-
instantiationStateAsString
Network function instance instantiation state.
If the service returns an enum value that is not available in the current SDK version,
instantiationState
will returnVnfInstantiationState.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available frominstantiationStateAsString()
.- Returns:
- Network function instance instantiation state.
- See Also:
-
metadata
Network function instance metadata.
- Returns:
- Network function instance metadata.
-
nsInstanceId
Network instance ID.
- Returns:
- Network instance ID.
-
vnfPkgId
Function package ID.
- Returns:
- Function package ID.
-
vnfPkgName
Function package name.
- Returns:
- Function package name.
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<ListSolFunctionInstanceInfo.Builder,
ListSolFunctionInstanceInfo> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-