@Generated(value="software.amazon.awssdk:codegen") public final class BatchStartViewerSessionRevocationViewerSession extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchStartViewerSessionRevocationViewerSession.Builder,BatchStartViewerSessionRevocationViewerSession>
A viewer session to revoke in the call to BatchStartViewerSessionRevocation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchStartViewerSessionRevocationViewerSession.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BatchStartViewerSessionRevocationViewerSession.Builder |
builder() |
String |
channelArn()
The ARN of the channel associated with the viewer session to revoke.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchStartViewerSessionRevocationViewerSession.Builder> |
serializableBuilderClass() |
BatchStartViewerSessionRevocationViewerSession.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
viewerId()
The ID of the viewer associated with the viewer session to revoke.
|
Integer |
viewerSessionVersionsLessThanOrEqualTo()
An optional filter on which versions of the viewer session to revoke.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String channelArn()
The ARN of the channel associated with the viewer session to revoke.
public final String viewerId()
The ID of the viewer associated with the viewer session to revoke. Do not use this field for personally identifying, confidential, or sensitive information.
public final Integer viewerSessionVersionsLessThanOrEqualTo()
An optional filter on which versions of the viewer session to revoke. All versions less than or equal to the specified version will be revoked. Default: 0.
public BatchStartViewerSessionRevocationViewerSession.Builder toBuilder()
public static BatchStartViewerSessionRevocationViewerSession.Builder builder()
public static Class<? extends BatchStartViewerSessionRevocationViewerSession.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.