@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 |
getChannelGroupName()
The name that describes the channel group.
|
String |
getChannelName()
The name that describes the channel.
|
String |
getDescription()
Any descriptive information that you want to add to the channel for future identification purposes.
|
String |
getETag()
The expected current Entity Tag (ETag) for the resource.
|
int |
hashCode() |
void |
setChannelGroupName(String channelGroupName)
The name that describes the channel group.
|
void |
setChannelName(String channelName)
The name that describes the channel.
|
void |
setDescription(String description)
Any descriptive information that you want to add to the channel for future identification purposes.
|
void |
setETag(String eTag)
The expected current Entity Tag (ETag) for the resource.
|
String |
toString()
Returns a string representation of this object.
|
UpdateChannelRequest |
withChannelGroupName(String channelGroupName)
The name that describes the channel group.
|
UpdateChannelRequest |
withChannelName(String channelName)
The name that describes the channel.
|
UpdateChannelRequest |
withDescription(String description)
Any descriptive information that you want to add to the channel for future identification purposes.
|
UpdateChannelRequest |
withETag(String eTag)
The expected current Entity Tag (ETag) for the resource.
|
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 setChannelGroupName(String channelGroupName)
The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.
channelGroupName
- The name that describes the channel group. The name is the primary identifier for the channel group, and
must be unique for your account in the AWS Region.public String getChannelGroupName()
The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.
public UpdateChannelRequest withChannelGroupName(String channelGroupName)
The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.
channelGroupName
- The name that describes the channel group. The name is the primary identifier for the channel group, and
must be unique for your account in the AWS Region.public void setChannelName(String channelName)
The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.
channelName
- The name that describes the channel. The name is the primary identifier for the channel, and must be
unique for your account in the AWS Region and channel group.public String getChannelName()
The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.
public UpdateChannelRequest withChannelName(String channelName)
The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.
channelName
- The name that describes the channel. The name is the primary identifier for the channel, and must be
unique for your account in the AWS Region and channel group.public void setETag(String eTag)
The expected current Entity Tag (ETag) for the resource. If the specified ETag does not match the resource's current entity tag, the update request will be rejected.
eTag
- The expected current Entity Tag (ETag) for the resource. If the specified ETag does not match the
resource's current entity tag, the update request will be rejected.public String getETag()
The expected current Entity Tag (ETag) for the resource. If the specified ETag does not match the resource's current entity tag, the update request will be rejected.
public UpdateChannelRequest withETag(String eTag)
The expected current Entity Tag (ETag) for the resource. If the specified ETag does not match the resource's current entity tag, the update request will be rejected.
eTag
- The expected current Entity Tag (ETag) for the resource. If the specified ETag does not match the
resource's current entity tag, the update request will be rejected.public void setDescription(String description)
Any descriptive information that you want to add to the channel for future identification purposes.
description
- Any descriptive information that you want to add to the channel for future identification purposes.public String getDescription()
Any descriptive information that you want to add to the channel for future identification purposes.
public UpdateChannelRequest withDescription(String description)
Any descriptive information that you want to add to the channel for future identification purposes.
description
- Any descriptive information that you want to add to the channel for future identification purposes.public String toString()
toString
in class Object
Object.toString()
public UpdateChannelRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.