@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getChannelName()
The name of the channel whose information is retrieved.
|
Boolean |
getIncludeStatistics()
If true, additional statistical information about the channel is included in the response.
|
int |
hashCode() |
Boolean |
isIncludeStatistics()
If true, additional statistical information about the channel is included in the response.
|
void |
setChannelName(String channelName)
The name of the channel whose information is retrieved.
|
void |
setIncludeStatistics(Boolean includeStatistics)
If true, additional statistical information about the channel is included in the response.
|
String |
toString()
Returns a string representation of this object.
|
DescribeChannelRequest |
withChannelName(String channelName)
The name of the channel whose information is retrieved.
|
DescribeChannelRequest |
withIncludeStatistics(Boolean includeStatistics)
If true, additional statistical information about the channel is included in the response.
|
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 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 void setIncludeStatistics(Boolean includeStatistics)
If true, additional statistical information about the channel is included in the response.
includeStatistics
- If true, additional statistical information about the channel is included in the response.public Boolean getIncludeStatistics()
If true, additional statistical information about the channel is included in the response.
public DescribeChannelRequest withIncludeStatistics(Boolean includeStatistics)
If true, additional statistical information about the channel is included in the response.
includeStatistics
- If true, additional statistical information about the channel is included in the response.public Boolean isIncludeStatistics()
If true, additional statistical information about the channel is included in the response.
public String toString()
toString
in class Object
Object.toString()
public DescribeChannelRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.