@Generated(value="software.amazon.awssdk:codegen") public final class UpdateParam extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UpdateParam.Builder,UpdateParam>
An object representing the details of an update request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateParam.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateParam.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateParam.Builder> |
serializableBuilderClass() |
UpdateParam.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
UpdateParamType |
type()
The keys associated with an update request.
|
String |
typeAsString()
The keys associated with an update request.
|
String |
value()
The value of the keys submitted as part of an update request.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final UpdateParamType type()
The keys associated with an update request.
If the service returns an enum value that is not available in the current SDK version, type will return
UpdateParamType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
UpdateParamTypepublic final String typeAsString()
The keys associated with an update request.
If the service returns an enum value that is not available in the current SDK version, type will return
UpdateParamType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
UpdateParamTypepublic final String value()
The value of the keys submitted as part of an update request.
public UpdateParam.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateParam.Builder,UpdateParam>public static UpdateParam.Builder builder()
public static Class<? extends UpdateParam.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.