@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateContactChannelRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateContactChannelRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateContactChannelRequest |
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 want to update.
|
ContactChannelAddress |
getDeliveryAddress()
The details that Incident Manager uses when trying to engage the contact channel.
|
String |
getName()
The name of the contact channel.
|
int |
hashCode() |
void |
setContactChannelId(String contactChannelId)
The Amazon Resource Name (ARN) of the contact channel you want to update.
|
void |
setDeliveryAddress(ContactChannelAddress deliveryAddress)
The details that Incident Manager uses when trying to engage the contact channel.
|
void |
setName(String name)
The name of the contact channel.
|
String |
toString()
Returns a string representation of this object.
|
UpdateContactChannelRequest |
withContactChannelId(String contactChannelId)
The Amazon Resource Name (ARN) of the contact channel you want to update.
|
UpdateContactChannelRequest |
withDeliveryAddress(ContactChannelAddress deliveryAddress)
The details that Incident Manager uses when trying to engage the contact channel.
|
UpdateContactChannelRequest |
withName(String name)
The name of the contact channel.
|
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 want to update.
contactChannelId
- The Amazon Resource Name (ARN) of the contact channel you want to update.public String getContactChannelId()
The Amazon Resource Name (ARN) of the contact channel you want to update.
public UpdateContactChannelRequest withContactChannelId(String contactChannelId)
The Amazon Resource Name (ARN) of the contact channel you want to update.
contactChannelId
- The Amazon Resource Name (ARN) of the contact channel you want to update.public void setName(String name)
The name of the contact channel.
name
- The name of the contact channel.public String getName()
The name of the contact channel.
public UpdateContactChannelRequest withName(String name)
The name of the contact channel.
name
- The name of the contact channel.public void setDeliveryAddress(ContactChannelAddress deliveryAddress)
The details that Incident Manager uses when trying to engage the contact channel.
deliveryAddress
- The details that Incident Manager uses when trying to engage the contact channel.public ContactChannelAddress getDeliveryAddress()
The details that Incident Manager uses when trying to engage the contact channel.
public UpdateContactChannelRequest withDeliveryAddress(ContactChannelAddress deliveryAddress)
The details that Incident Manager uses when trying to engage the contact channel.
deliveryAddress
- The details that Incident Manager uses when trying to engage the contact channel.public String toString()
toString
in class Object
Object.toString()
public UpdateContactChannelRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()