@Generated(value="software.amazon.awssdk:codegen") public final class ProtectedQuery extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProtectedQuery.Builder,ProtectedQuery>
The parameters for an AWS Clean Rooms protected query.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProtectedQuery.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ProtectedQuery.Builder |
builder() |
Instant |
createTime()
The time at which the protected query was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ProtectedQueryError |
error()
An error thrown by the protected query.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The identifier for a protected query instance.
|
String |
membershipArn()
The ARN of the membership.
|
String |
membershipId()
The identifier for the membership.
|
ProtectedQueryResult |
result()
The result of the protected query.
|
ProtectedQueryResultConfiguration |
resultConfiguration()
Contains any details needed to write the query results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ProtectedQuery.Builder> |
serializableBuilderClass() |
ProtectedQuerySQLParameters |
sqlParameters()
The protected query SQL parameters.
|
ProtectedQueryStatistics |
statistics()
Statistics about protected query execution.
|
ProtectedQueryStatus |
status()
The status of the query.
|
String |
statusAsString()
The status of the query.
|
ProtectedQuery.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The identifier for a protected query instance.
public final String membershipId()
The identifier for the membership.
public final String membershipArn()
The ARN of the membership.
public final Instant createTime()
The time at which the protected query was created.
public final ProtectedQuerySQLParameters sqlParameters()
The protected query SQL parameters.
public final ProtectedQueryStatus status()
The status of the query.
If the service returns an enum value that is not available in the current SDK version, status will
return ProtectedQueryStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
ProtectedQueryStatuspublic final String statusAsString()
The status of the query.
If the service returns an enum value that is not available in the current SDK version, status will
return ProtectedQueryStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
ProtectedQueryStatuspublic final ProtectedQueryResultConfiguration resultConfiguration()
Contains any details needed to write the query results.
public final ProtectedQueryStatistics statistics()
Statistics about protected query execution.
public final ProtectedQueryResult result()
The result of the protected query.
public final ProtectedQueryError error()
An error thrown by the protected query.
public ProtectedQuery.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ProtectedQuery.Builder,ProtectedQuery>public static ProtectedQuery.Builder builder()
public static Class<? extends ProtectedQuery.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.