@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 |
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, 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 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 Object
Object.toString()
public UpdateChannelRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()