Class ListSolNetworkInstanceInfo
- java.lang.Object
-
- software.amazon.awssdk.services.tnb.model.ListSolNetworkInstanceInfo
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ListSolNetworkInstanceInfo.Builder,ListSolNetworkInstanceInfo>
@Generated("software.amazon.awssdk:codegen") public final class ListSolNetworkInstanceInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ListSolNetworkInstanceInfo.Builder,ListSolNetworkInstanceInfo>
Info about the specific network instance.
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 interfaceListSolNetworkInstanceInfo.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()Network instance ARN.static ListSolNetworkInstanceInfo.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()ID of the network instance.ListSolNetworkInstanceMetadatametadata()The metadata of the network instance.StringnsdId()ID of the network service descriptor in the network package.StringnsdInfoId()ID of the network service descriptor in the network package.StringnsInstanceDescription()Human-readable description of the network instance.StringnsInstanceName()Human-readable name of the network instance.NsStatensState()The state of the network instance.StringnsStateAsString()The state of the network instance.List<SdkField<?>>sdkFields()static Class<? extends ListSolNetworkInstanceInfo.Builder>serializableBuilderClass()ListSolNetworkInstanceInfo.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
-
arn
public final String arn()
Network instance ARN.
- Returns:
- Network instance ARN.
-
id
public final String id()
ID of the network instance.
- Returns:
- ID of the network instance.
-
metadata
public final ListSolNetworkInstanceMetadata metadata()
The metadata of the network instance.
- Returns:
- The metadata of the network instance.
-
nsInstanceDescription
public final String nsInstanceDescription()
Human-readable description of the network instance.
- Returns:
- Human-readable description of the network instance.
-
nsInstanceName
public final String nsInstanceName()
Human-readable name of the network instance.
- Returns:
- Human-readable name of the network instance.
-
nsState
public final NsState nsState()
The state of the network instance.
If the service returns an enum value that is not available in the current SDK version,
nsStatewill returnNsState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromnsStateAsString().- Returns:
- The state of the network instance.
- See Also:
NsState
-
nsStateAsString
public final String nsStateAsString()
The state of the network instance.
If the service returns an enum value that is not available in the current SDK version,
nsStatewill returnNsState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromnsStateAsString().- Returns:
- The state of the network instance.
- See Also:
NsState
-
nsdId
public final String nsdId()
ID of the network service descriptor in the network package.
- Returns:
- ID of the network service descriptor in the network package.
-
nsdInfoId
public final String nsdInfoId()
ID of the network service descriptor in the network package.
- Returns:
- ID of the network service descriptor in the network package.
-
toBuilder
public ListSolNetworkInstanceInfo.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListSolNetworkInstanceInfo.Builder,ListSolNetworkInstanceInfo>
-
builder
public static ListSolNetworkInstanceInfo.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListSolNetworkInstanceInfo.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.
-
-