@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetChannelPolicyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetChannelPolicyRequest() |
Modifier and Type | Method and Description |
---|---|
GetChannelPolicyRequest |
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 associated with this Channel Policy.
|
int |
hashCode() |
void |
setChannelName(String channelName)
The name of the channel associated with this Channel Policy.
|
String |
toString()
Returns a string representation of this object.
|
GetChannelPolicyRequest |
withChannelName(String channelName)
The name of the channel associated with this Channel Policy.
|
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 associated with this Channel Policy.
channelName
- The name of the channel associated with this Channel Policy.public String getChannelName()
The name of the channel associated with this Channel Policy.
public GetChannelPolicyRequest withChannelName(String channelName)
The name of the channel associated with this Channel Policy.
channelName
- The name of the channel associated with this Channel Policy.public String toString()
toString
in class Object
Object.toString()
public GetChannelPolicyRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()