@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() |
boolean |
equals(Object obj) |
String |
getChannelArn()
The ARN of the channel.
|
String |
getMetadata()
The metadata of the channel.
|
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 |
setMetadata(String metadata)
The metadata of the channel.
|
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 |
withMetadata(String metadata)
The metadata of the channel.
|
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, copyBaseTo, 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, withSdkRequestTimeoutpublic 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.ChannelModepublic String getMode()
The mode of the update request.
ChannelModepublic UpdateChannelRequest withMode(String mode)
The mode of the update request.
mode - The mode of the update request.ChannelModepublic UpdateChannelRequest withMode(ChannelMode mode)
The mode of the update request.
mode - The mode of the update request.ChannelModepublic void setMetadata(String metadata)
The metadata of the channel.
metadata - The metadata of the channel.public String getMetadata()
The metadata of the channel.
public UpdateChannelRequest withMetadata(String metadata)
The metadata of the channel.
metadata - The metadata of the channel.public String toString()
toString in class ObjectObject.toString()public UpdateChannelRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.