@Generated(value="software.amazon.awssdk:codegen") public final class UpdateSignalingChannelRequest extends KinesisVideoRequest implements ToCopyableBuilder<UpdateSignalingChannelRequest.Builder,UpdateSignalingChannelRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateSignalingChannelRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateSignalingChannelRequest.Builder |
builder() |
String |
channelARN()
The Amazon Resource Name (ARN) of the signaling channel that you want to update.
|
String |
currentVersion()
The current version of the signaling channel that you want to update.
|
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 UpdateSignalingChannelRequest.Builder> |
serializableBuilderClass() |
SingleMasterConfiguration |
singleMasterConfiguration()
The structure containing the configuration for the
SINGLE_MASTER type of the signaling channel that
you want to update. |
UpdateSignalingChannelRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String channelARN()
The Amazon Resource Name (ARN) of the signaling channel that you want to update.
public final String currentVersion()
The current version of the signaling channel that you want to update.
public final SingleMasterConfiguration singleMasterConfiguration()
The structure containing the configuration for the SINGLE_MASTER type of the signaling channel that
you want to update.
SINGLE_MASTER type of the signaling
channel that you want to update.public UpdateSignalingChannelRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateSignalingChannelRequest.Builder,UpdateSignalingChannelRequest>toBuilder in class KinesisVideoRequestpublic static UpdateSignalingChannelRequest.Builder builder()
public static Class<? extends UpdateSignalingChannelRequest.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.