@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateChannelGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateChannelGroupRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateChannelGroupRequest |
clone() |
boolean |
equals(Object obj) |
String |
getChannelGroupName()
The name that describes the channel group.
|
String |
getDescription()
Any descriptive information that you want to add to the channel group for future identification purposes.
|
int |
hashCode() |
void |
setChannelGroupName(String channelGroupName)
The name that describes the channel group.
|
void |
setDescription(String description)
Any descriptive information that you want to add to the channel group for future identification purposes.
|
String |
toString()
Returns a string representation of this object.
|
UpdateChannelGroupRequest |
withChannelGroupName(String channelGroupName)
The name that describes the channel group.
|
UpdateChannelGroupRequest |
withDescription(String description)
Any descriptive information that you want to add to the channel group for future identification purposes.
|
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 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 UpdateChannelGroupRequest 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 setDescription(String description)
Any descriptive information that you want to add to the channel group for future identification purposes.
description - Any descriptive information that you want to add to the channel group for future identification purposes.public String getDescription()
Any descriptive information that you want to add to the channel group for future identification purposes.
public UpdateChannelGroupRequest withDescription(String description)
Any descriptive information that you want to add to the channel group for future identification purposes.
description - Any descriptive information that you want to add to the channel group for future identification purposes.public String toString()
toString in class ObjectObject.toString()public UpdateChannelGroupRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.