Class GetSolVnfcResourceInfo
- java.lang.Object
-
- software.amazon.awssdk.services.tnb.model.GetSolVnfcResourceInfo
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<GetSolVnfcResourceInfo.Builder,GetSolVnfcResourceInfo>
@Generated("software.amazon.awssdk:codegen") public final class GetSolVnfcResourceInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GetSolVnfcResourceInfo.Builder,GetSolVnfcResourceInfo>
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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetSolVnfcResourceInfo.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetSolVnfcResourceInfo.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()GetSolVnfcResourceInfoMetadatametadata()The metadata of the network function compute.List<SdkField<?>>sdkFields()static Class<? extends GetSolVnfcResourceInfo.Builder>serializableBuilderClass()GetSolVnfcResourceInfo.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
metadata
public final GetSolVnfcResourceInfoMetadata metadata()
The metadata of the network function compute.
- Returns:
- The metadata of the network function compute.
-
toBuilder
public GetSolVnfcResourceInfo.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetSolVnfcResourceInfo.Builder,GetSolVnfcResourceInfo>
-
builder
public static GetSolVnfcResourceInfo.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetSolVnfcResourceInfo.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
-