public class MonitorContactResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
MonitorContactResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getContactArn()
The ARN of the contact.
|
java.lang.String |
getContactId()
The identifier of the contact.
|
int |
hashCode() |
void |
setContactArn(java.lang.String contactArn)
The ARN of the contact.
|
void |
setContactId(java.lang.String contactId)
The identifier of the contact.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
MonitorContactResult |
withContactArn(java.lang.String contactArn)
The ARN of the contact.
|
MonitorContactResult |
withContactId(java.lang.String contactId)
The identifier of the contact.
|
public java.lang.String getContactId()
The identifier of the contact.
Constraints:
Length: 1 - 256
The identifier of the contact.
public void setContactId(java.lang.String contactId)
The identifier of the contact.
Constraints:
Length: 1 - 256
contactId - The identifier of the contact.
public MonitorContactResult withContactId(java.lang.String contactId)
The identifier of the contact.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
contactId - The identifier of the contact.
public java.lang.String getContactArn()
The ARN of the contact.
The ARN of the contact.
public void setContactArn(java.lang.String contactArn)
The ARN of the contact.
contactArn - The ARN of the contact.
public MonitorContactResult withContactArn(java.lang.String contactArn)
The ARN of the contact.
Returns a reference to this object so that method calls can be chained together.
contactArn - The ARN of the contact.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object