@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateContactResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateContactResult() |
Modifier and Type | Method and Description |
---|---|
CreateContactResult |
clone() |
boolean |
equals(Object obj) |
String |
getContactArn()
The Amazon Resource Name (ARN) of the created contact or escalation plan.
|
int |
hashCode() |
void |
setContactArn(String contactArn)
The Amazon Resource Name (ARN) of the created contact or escalation plan.
|
String |
toString()
Returns a string representation of this object.
|
CreateContactResult |
withContactArn(String contactArn)
The Amazon Resource Name (ARN) of the created contact or escalation plan.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setContactArn(String contactArn)
The Amazon Resource Name (ARN) of the created contact or escalation plan.
contactArn
- The Amazon Resource Name (ARN) of the created contact or escalation plan.public String getContactArn()
The Amazon Resource Name (ARN) of the created contact or escalation plan.
public CreateContactResult withContactArn(String contactArn)
The Amazon Resource Name (ARN) of the created contact or escalation plan.
contactArn
- The Amazon Resource Name (ARN) of the created contact or escalation plan.public String toString()
toString
in class Object
Object.toString()
public CreateContactResult clone()