@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeactivateContactChannelRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeactivateContactChannelRequest() |
Modifier and Type | Method and Description |
---|---|
DeactivateContactChannelRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getContactChannelId()
The Amazon Resource Name (ARN) of the contact channel you're deactivating.
|
int |
hashCode() |
void |
setContactChannelId(String contactChannelId)
The Amazon Resource Name (ARN) of the contact channel you're deactivating.
|
String |
toString()
Returns a string representation of this object.
|
DeactivateContactChannelRequest |
withContactChannelId(String contactChannelId)
The Amazon Resource Name (ARN) of the contact channel you're deactivating.
|
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 setContactChannelId(String contactChannelId)
The Amazon Resource Name (ARN) of the contact channel you're deactivating.
contactChannelId
- The Amazon Resource Name (ARN) of the contact channel you're deactivating.public String getContactChannelId()
The Amazon Resource Name (ARN) of the contact channel you're deactivating.
public DeactivateContactChannelRequest withContactChannelId(String contactChannelId)
The Amazon Resource Name (ARN) of the contact channel you're deactivating.
contactChannelId
- The Amazon Resource Name (ARN) of the contact channel you're deactivating.public String toString()
toString
in class Object
Object.toString()
public DeactivateContactChannelRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()