Class StartViewerSessionRevocationRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.ivs.model.IvsRequest
-
- software.amazon.awssdk.services.ivs.model.StartViewerSessionRevocationRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<StartViewerSessionRevocationRequest.Builder,StartViewerSessionRevocationRequest>
@Generated("software.amazon.awssdk:codegen") public final class StartViewerSessionRevocationRequest extends IvsRequest implements ToCopyableBuilder<StartViewerSessionRevocationRequest.Builder,StartViewerSessionRevocationRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStartViewerSessionRevocationRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StartViewerSessionRevocationRequest.Builderbuilder()StringchannelArn()The ARN of the channel associated with the viewer session to revoke.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends StartViewerSessionRevocationRequest.Builder>serializableBuilderClass()StartViewerSessionRevocationRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringviewerId()The ID of the viewer associated with the viewer session to revoke.IntegerviewerSessionVersionsLessThanOrEqualTo()An optional filter on which versions of the viewer session to revoke.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
channelArn
public final String channelArn()
The ARN of the channel associated with the viewer session to revoke.
- Returns:
- The ARN of the channel associated with the viewer session to revoke.
-
viewerId
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.
- Returns:
- The ID of the viewer associated with the viewer session to revoke. Do not use this field for personally identifying, confidential, or sensitive information.
-
viewerSessionVersionsLessThanOrEqualTo
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.
- Returns:
- 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.
-
toBuilder
public StartViewerSessionRevocationRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StartViewerSessionRevocationRequest.Builder,StartViewerSessionRevocationRequest>- Specified by:
toBuilderin classIvsRequest
-
builder
public static StartViewerSessionRevocationRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends StartViewerSessionRevocationRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-