@Generated(value="software.amazon.awssdk:codegen") public final class UpdateChannelRequest extends ChimeSdkMessagingRequest implements ToCopyableBuilder<UpdateChannelRequest.Builder,UpdateChannelRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateChannelRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateChannelRequest.Builder |
builder() |
String |
channelArn()
The ARN of the channel.
|
String |
chimeBearer()
The
AppInstanceUserArn of the user that makes the API call. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
metadata()
The metadata for the update request.
|
ChannelMode |
mode()
The mode of the update request.
|
String |
modeAsString()
The mode of the update request.
|
String |
name()
The name of the channel.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateChannelRequest.Builder> |
serializableBuilderClass() |
UpdateChannelRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String channelArn()
The ARN of the channel.
public final String name()
The name of the channel.
public final ChannelMode mode()
The mode of the update request.
If the service returns an enum value that is not available in the current SDK version, mode will return
ChannelMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
modeAsString().
ChannelModepublic final String modeAsString()
The mode of the update request.
If the service returns an enum value that is not available in the current SDK version, mode will return
ChannelMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
modeAsString().
ChannelModepublic final String metadata()
The metadata for the update request.
public final String chimeBearer()
The AppInstanceUserArn of the user that makes the API call.
AppInstanceUserArn of the user that makes the API call.public UpdateChannelRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateChannelRequest.Builder,UpdateChannelRequest>toBuilder in class ChimeSdkMessagingRequestpublic static UpdateChannelRequest.Builder builder()
public static Class<? extends UpdateChannelRequest.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.