@Generated(value="software.amazon.awssdk:codegen") public final class ExecuteQueryRequest extends IoTTwinMakerRequest implements ToCopyableBuilder<ExecuteQueryRequest.Builder,ExecuteQueryRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExecuteQueryRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExecuteQueryRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of results to return at one time.
|
String |
nextToken()
The string that specifies the next page of results.
|
String |
queryStatement()
The query statement.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExecuteQueryRequest.Builder> |
serializableBuilderClass() |
ExecuteQueryRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
workspaceId()
The ID of the workspace.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String workspaceId()
The ID of the workspace.
public final String queryStatement()
The query statement.
public final Integer maxResults()
The maximum number of results to return at one time. The default is 25.
Valid Range: Minimum value of 1. Maximum value of 250.
Valid Range: Minimum value of 1. Maximum value of 250.
public final String nextToken()
The string that specifies the next page of results.
public ExecuteQueryRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExecuteQueryRequest.Builder,ExecuteQueryRequest>toBuilder in class IoTTwinMakerRequestpublic static ExecuteQueryRequest.Builder builder()
public static Class<? extends ExecuteQueryRequest.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.