@Generated(value="software.amazon.awssdk:codegen") public final class ExecuteStatementRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExecuteStatementRequest.Builder,ExecuteStatementRequest>
Specifies a request to execute a statement.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExecuteStatementRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExecuteStatementRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasParameters()
Returns true if the Parameters property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
List<ValueHolder> |
parameters()
Specifies the parameters for the parameterized statement in the request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExecuteStatementRequest.Builder> |
serializableBuilderClass() |
String |
statement()
Specifies the statement of the request.
|
ExecuteStatementRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
transactionId()
Specifies the transaction ID of the request.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String transactionId()
Specifies the transaction ID of the request.
public final String statement()
Specifies the statement of the request.
public final boolean hasParameters()
public final List<ValueHolder> parameters()
Specifies the parameters for the parameterized statement in the request.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasParameters() to see if a value was sent in this field.
public ExecuteStatementRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExecuteStatementRequest.Builder,ExecuteStatementRequest>public static ExecuteStatementRequest.Builder builder()
public static Class<? extends ExecuteStatementRequest.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.