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