@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateContactChannelResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateContactChannelResult() |
Modifier and Type | Method and Description |
---|---|
CreateContactChannelResult |
clone() |
boolean |
equals(Object obj) |
String |
getContactChannelArn()
The ARN of the contact channel.
|
int |
hashCode() |
void |
setContactChannelArn(String contactChannelArn)
The ARN of the contact channel.
|
String |
toString()
Returns a string representation of this object.
|
CreateContactChannelResult |
withContactChannelArn(String contactChannelArn)
The ARN of the contact channel.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setContactChannelArn(String contactChannelArn)
The ARN of the contact channel.
contactChannelArn
- The ARN of the contact channel.public String getContactChannelArn()
The ARN of the contact channel.
public CreateContactChannelResult withContactChannelArn(String contactChannelArn)
The ARN of the contact channel.
contactChannelArn
- The ARN of the contact channel.public String toString()
toString
in class Object
Object.toString()
public CreateContactChannelResult clone()