@Generated(value="software.amazon.awssdk:codegen") public final class StartProtectedQueryRequest extends CleanRoomsRequest implements ToCopyableBuilder<StartProtectedQueryRequest.Builder,StartProtectedQueryRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartProtectedQueryRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StartProtectedQueryRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
membershipIdentifier()
A unique identifier for the membership to run this query against.
|
ProtectedQueryResultConfiguration |
resultConfiguration()
The details needed to write the query results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartProtectedQueryRequest.Builder> |
serializableBuilderClass() |
ProtectedQuerySQLParameters |
sqlParameters()
The protected SQL query parameters.
|
StartProtectedQueryRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
ProtectedQueryType |
type()
The type of the protected query to be started.
|
String |
typeAsString()
The type of the protected query to be started.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ProtectedQueryType type()
The type of the protected query to be started.
If the service returns an enum value that is not available in the current SDK version, type will return
ProtectedQueryType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
ProtectedQueryTypepublic final String typeAsString()
The type of the protected query to be started.
If the service returns an enum value that is not available in the current SDK version, type will return
ProtectedQueryType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
ProtectedQueryTypepublic final String membershipIdentifier()
A unique identifier for the membership to run this query against. Currently accepts a membership ID.
public final ProtectedQuerySQLParameters sqlParameters()
The protected SQL query parameters.
public final ProtectedQueryResultConfiguration resultConfiguration()
The details needed to write the query results.
public StartProtectedQueryRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartProtectedQueryRequest.Builder,StartProtectedQueryRequest>toBuilder in class CleanRoomsRequestpublic static StartProtectedQueryRequest.Builder builder()
public static Class<? extends StartProtectedQueryRequest.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.