@Generated(value="software.amazon.awssdk:codegen") public final class UpdateSolFunctionPackageRequest extends TnbRequest implements ToCopyableBuilder<UpdateSolFunctionPackageRequest.Builder,UpdateSolFunctionPackageRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateSolFunctionPackageRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateSolFunctionPackageRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
OperationalState |
operationalState()
Operational state of the function package.
|
String |
operationalStateAsString()
Operational state of the function package.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateSolFunctionPackageRequest.Builder> |
serializableBuilderClass() |
UpdateSolFunctionPackageRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
vnfPkgId()
ID of the function package.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final OperationalState operationalState()
Operational state of the function package.
If the service returns an enum value that is not available in the current SDK version, operationalState
will return OperationalState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from operationalStateAsString().
OperationalStatepublic final String operationalStateAsString()
Operational state of the function package.
If the service returns an enum value that is not available in the current SDK version, operationalState
will return OperationalState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from operationalStateAsString().
OperationalStatepublic final String vnfPkgId()
ID of the function package.
public UpdateSolFunctionPackageRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateSolFunctionPackageRequest.Builder,UpdateSolFunctionPackageRequest>toBuilder in class TnbRequestpublic static UpdateSolFunctionPackageRequest.Builder builder()
public static Class<? extends UpdateSolFunctionPackageRequest.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.