@Generated(value="software.amazon.awssdk:codegen") public final class ProtectedQuerySummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProtectedQuerySummary.Builder,ProtectedQuerySummary>
The protected query summary for the objects listed by the request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProtectedQuerySummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ProtectedQuerySummary.Builder |
builder() |
Instant |
createTime()
The time the protected query was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The unique ID of the protected query.
|
String |
membershipArn()
The unique ARN for the membership that initiated the protected query.
|
String |
membershipId()
The unique ID for the membership that initiated the protected query.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ProtectedQuerySummary.Builder> |
serializableBuilderClass() |
ProtectedQueryStatus |
status()
The status of the protected query.
|
String |
statusAsString()
The status of the protected query.
|
ProtectedQuerySummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The unique ID of the protected query.
public final String membershipId()
The unique ID for the membership that initiated the protected query.
public final String membershipArn()
The unique ARN for the membership that initiated the protected query.
public final Instant createTime()
The time the protected query was created.
public final ProtectedQueryStatus status()
The status of the protected query. Value values are `SUBMITTED`, `STARTED`, `CANCELLED`, `CANCELLING`, `FAILED`, `SUCCESS`, `TIMED_OUT`.
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 protected query. Value values are `SUBMITTED`, `STARTED`, `CANCELLED`, `CANCELLING`, `FAILED`, `SUCCESS`, `TIMED_OUT`.
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 ProtectedQuerySummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ProtectedQuerySummary.Builder,ProtectedQuerySummary>public static ProtectedQuerySummary.Builder builder()
public static Class<? extends ProtectedQuerySummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.