@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateChannelRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateChannelRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateChannelRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getChannelArn()
The ARN of the channel.
|
String |
getChimeBearer()
The ARN of the
AppInstanceUser or AppInstanceBot that makes the API call. |
String |
getMetadata()
The metadata for the update request.
|
String |
getMode()
The mode of the update request.
|
String |
getName()
The name of the channel.
|
int |
hashCode() |
void |
setChannelArn(String channelArn)
The ARN of the channel.
|
void |
setChimeBearer(String chimeBearer)
The ARN of the
AppInstanceUser or AppInstanceBot that makes the API call. |
void |
setMetadata(String metadata)
The metadata for the update request.
|
void |
setMode(String mode)
The mode of the update request.
|
void |
setName(String name)
The name of the channel.
|
String |
toString()
Returns a string representation of this object.
|
UpdateChannelRequest |
withChannelArn(String channelArn)
The ARN of the channel.
|
UpdateChannelRequest |
withChimeBearer(String chimeBearer)
The ARN of the
AppInstanceUser or AppInstanceBot that makes the API call. |
UpdateChannelRequest |
withMetadata(String metadata)
The metadata for the update request.
|
UpdateChannelRequest |
withMode(ChannelMode mode)
The mode of the update request.
|
UpdateChannelRequest |
withMode(String mode)
The mode of the update request.
|
UpdateChannelRequest |
withName(String name)
The name of the channel.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setChannelArn(String channelArn)
The ARN of the channel.
channelArn
- The ARN of the channel.public String getChannelArn()
The ARN of the channel.
public UpdateChannelRequest withChannelArn(String channelArn)
The ARN of the channel.
channelArn
- The ARN of the channel.public void setName(String name)
The name of the channel.
name
- The name of the channel.public String getName()
The name of the channel.
public UpdateChannelRequest withName(String name)
The name of the channel.
name
- The name of the channel.public void setMode(String mode)
The mode of the update request.
mode
- The mode of the update request.ChannelMode
public String getMode()
The mode of the update request.
ChannelMode
public UpdateChannelRequest withMode(String mode)
The mode of the update request.
mode
- The mode of the update request.ChannelMode
public UpdateChannelRequest withMode(ChannelMode mode)
The mode of the update request.
mode
- The mode of the update request.ChannelMode
public void setMetadata(String metadata)
The metadata for the update request.
metadata
- The metadata for the update request.public String getMetadata()
The metadata for the update request.
public UpdateChannelRequest withMetadata(String metadata)
The metadata for the update request.
metadata
- The metadata for the update request.public void setChimeBearer(String chimeBearer)
The ARN of the AppInstanceUser
or AppInstanceBot
that makes the API call.
chimeBearer
- The ARN of the AppInstanceUser
or AppInstanceBot
that makes the API call.public String getChimeBearer()
The ARN of the AppInstanceUser
or AppInstanceBot
that makes the API call.
AppInstanceUser
or AppInstanceBot
that makes the API call.public UpdateChannelRequest withChimeBearer(String chimeBearer)
The ARN of the AppInstanceUser
or AppInstanceBot
that makes the API call.
chimeBearer
- The ARN of the AppInstanceUser
or AppInstanceBot
that makes the API call.public String toString()
toString
in class Object
Object.toString()
public UpdateChannelRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()