@Generated(value="software.amazon.awssdk:codegen") public final class StartViewerSessionRevocationRequest extends IvsRequest implements ToCopyableBuilder<StartViewerSessionRevocationRequest.Builder,StartViewerSessionRevocationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartViewerSessionRevocationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StartViewerSessionRevocationRequest.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 StartViewerSessionRevocationRequest.Builder> |
serializableBuilderClass() |
StartViewerSessionRevocationRequest.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.
|
overrideConfigurationclone, 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 StartViewerSessionRevocationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartViewerSessionRevocationRequest.Builder,StartViewerSessionRevocationRequest>toBuilder in class IvsRequestpublic static StartViewerSessionRevocationRequest.Builder builder()
public static Class<? extends StartViewerSessionRevocationRequest.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.