@Generated(value="software.amazon.awssdk:codegen") public final class BatchStartViewerSessionRevocationError extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchStartViewerSessionRevocationError.Builder,BatchStartViewerSessionRevocationError>
Error for a request in the batch for BatchStartViewerSessionRevocation. Each error is related to a specific channel-ARN and viewer-ID pair.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchStartViewerSessionRevocationError.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BatchStartViewerSessionRevocationError.Builder |
builder() |
String |
channelArn()
Channel ARN.
|
String |
code()
Error code.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
message()
Error message, determined by the application.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchStartViewerSessionRevocationError.Builder> |
serializableBuilderClass() |
BatchStartViewerSessionRevocationError.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
viewerId()
The ID of the viewer session to revoke.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String channelArn()
Channel ARN.
public final String code()
Error code.
public final String message()
Error message, determined by the application.
public final String viewerId()
The ID of the viewer session to revoke.
public BatchStartViewerSessionRevocationError.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchStartViewerSessionRevocationError.Builder,BatchStartViewerSessionRevocationError>public static BatchStartViewerSessionRevocationError.Builder builder()
public static Class<? extends BatchStartViewerSessionRevocationError.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.