Class UpdateChannelRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.chimesdkmessaging.model.ChimeSdkMessagingRequest
-
- software.amazon.awssdk.services.chimesdkmessaging.model.UpdateChannelRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateChannelRequest.Builder,UpdateChannelRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateChannelRequest extends ChimeSdkMessagingRequest implements ToCopyableBuilder<UpdateChannelRequest.Builder,UpdateChannelRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateChannelRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateChannelRequest.Builderbuilder()StringchannelArn()The ARN of the channel.StringchimeBearer()The ARN of theAppInstanceUserorAppInstanceBotthat makes the API call.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringmetadata()The metadata for the update request.ChannelModemode()The mode of the update request.StringmodeAsString()The mode of the update request.Stringname()The name of the channel.List<SdkField<?>>sdkFields()static Class<? extends UpdateChannelRequest.Builder>serializableBuilderClass()UpdateChannelRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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.
- Returns:
- The ARN of the channel.
-
name
public final String name()
The name of the channel.
- Returns:
- The name of the channel.
-
mode
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,
modewill returnChannelMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommodeAsString().- Returns:
- The mode of the update request.
- See Also:
ChannelMode
-
modeAsString
public 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,
modewill returnChannelMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommodeAsString().- Returns:
- The mode of the update request.
- See Also:
ChannelMode
-
metadata
public final String metadata()
The metadata for the update request.
- Returns:
- The metadata for the update request.
-
chimeBearer
public final String chimeBearer()
The ARN of the
AppInstanceUserorAppInstanceBotthat makes the API call.- Returns:
- The ARN of the
AppInstanceUserorAppInstanceBotthat makes the API call.
-
toBuilder
public UpdateChannelRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateChannelRequest.Builder,UpdateChannelRequest>- Specified by:
toBuilderin classChimeSdkMessagingRequest
-
builder
public static UpdateChannelRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateChannelRequest.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
-
-