@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateChannelRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| CreateChannelRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateChannelRequest | addTagsEntry(String key,
            String value)Add a single Tags entry | 
| CreateChannelRequest | clearTagsEntries()Removes all the entries added into Tags. | 
| CreateChannelRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getDescription()A short text description of the Channel. | 
| String | getId()The ID of the Channel. | 
| Map<String,String> | getTags() | 
| int | hashCode() | 
| void | setDescription(String description)A short text description of the Channel. | 
| void | setId(String id)The ID of the Channel. | 
| void | setTags(Map<String,String> tags) | 
| String | toString()Returns a string representation of this object. | 
| CreateChannelRequest | withDescription(String description)A short text description of the Channel. | 
| CreateChannelRequest | withId(String id)The ID of the Channel. | 
| CreateChannelRequest | withTags(Map<String,String> tags) | 
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, withSdkRequestTimeoutpublic void setDescription(String description)
description - A short text description of the Channel.public String getDescription()
public CreateChannelRequest withDescription(String description)
description - A short text description of the Channel.public void setId(String id)
id - The ID of the Channel. The ID must be unique within the region and it cannot be changed after a Channel is
        created.public String getId()
public CreateChannelRequest withId(String id)
id - The ID of the Channel. The ID must be unique within the region and it cannot be changed after a Channel is
        created.public CreateChannelRequest withTags(Map<String,String> tags)
tags - public CreateChannelRequest addTagsEntry(String key, String value)
public CreateChannelRequest clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public CreateChannelRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()