@Generated(value="software.amazon.awssdk:codegen") public final class ChangeRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ChangeRequest.Builder,ChangeRequest>
A list of change request objects.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ChangeRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ChangeRequest.Builder |
builder() |
ChangeType |
changeType()
Defines the type of change request.
|
String |
changeTypeAsString()
Defines the type of change request.
|
String |
dbPath()
Defines the path within the database directory.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
s3Path()
Defines the S3 path of the source file that is required to add or update files in a database.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ChangeRequest.Builder> |
serializableBuilderClass() |
ChangeRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ChangeType changeType()
Defines the type of change request. A changeType can have the following values:
PUT – Adds or updates files in a database.
DELETE – Deletes files in a database.
If the service returns an enum value that is not available in the current SDK version, changeType will
return ChangeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
changeTypeAsString().
changeType can have the following values:
PUT – Adds or updates files in a database.
DELETE – Deletes files in a database.
ChangeTypepublic final String changeTypeAsString()
Defines the type of change request. A changeType can have the following values:
PUT – Adds or updates files in a database.
DELETE – Deletes files in a database.
If the service returns an enum value that is not available in the current SDK version, changeType will
return ChangeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
changeTypeAsString().
changeType can have the following values:
PUT – Adds or updates files in a database.
DELETE – Deletes files in a database.
ChangeTypepublic final String s3Path()
Defines the S3 path of the source file that is required to add or update files in a database.
public final String dbPath()
Defines the path within the database directory.
public ChangeRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ChangeRequest.Builder,ChangeRequest>public static ChangeRequest.Builder builder()
public static Class<? extends ChangeRequest.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.