@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeChannelRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeChannelRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeChannelRequest |
clone() |
boolean |
equals(Object obj) |
String |
getChannelName()
The name of the channel whose information is retrieved.
|
int |
hashCode() |
void |
setChannelName(String channelName)
The name of the channel whose information is retrieved.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeChannelRequest |
withChannelName(String channelName)
The name of the channel whose information is retrieved.
|
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 setChannelName(String channelName)
The name of the channel whose information is retrieved.
channelName - The name of the channel whose information is retrieved.public String getChannelName()
The name of the channel whose information is retrieved.
public DescribeChannelRequest withChannelName(String channelName)
The name of the channel whose information is retrieved.
channelName - The name of the channel whose information is retrieved.public String toString()
toString in class ObjectObject.toString()public DescribeChannelRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.