@Generated(value="software.amazon.awssdk:codegen") public final class UpdateSolNetworkPackageRequest extends TnbRequest implements ToCopyableBuilder<UpdateSolNetworkPackageRequest.Builder,UpdateSolNetworkPackageRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateSolNetworkPackageRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateSolNetworkPackageRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
nsdInfoId()
ID of the network service descriptor in the network package.
|
NsdOperationalState |
nsdOperationalState()
Operational state of the network service descriptor in the network package.
|
String |
nsdOperationalStateAsString()
Operational state of the network service descriptor in the network package.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateSolNetworkPackageRequest.Builder> |
serializableBuilderClass() |
UpdateSolNetworkPackageRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String nsdInfoId()
ID of the network service descriptor in the network package.
public final NsdOperationalState nsdOperationalState()
Operational state of the network service descriptor in the network package.
If the service returns an enum value that is not available in the current SDK version,
nsdOperationalState will return NsdOperationalState.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from nsdOperationalStateAsString().
NsdOperationalStatepublic final String nsdOperationalStateAsString()
Operational state of the network service descriptor in the network package.
If the service returns an enum value that is not available in the current SDK version,
nsdOperationalState will return NsdOperationalState.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from nsdOperationalStateAsString().
NsdOperationalStatepublic UpdateSolNetworkPackageRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateSolNetworkPackageRequest.Builder,UpdateSolNetworkPackageRequest>toBuilder in class TnbRequestpublic static UpdateSolNetworkPackageRequest.Builder builder()
public static Class<? extends UpdateSolNetworkPackageRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.