@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EmergencyContact extends Object implements Serializable, Cloneable, StructuredPojo
Contact information that the DRT can use to contact you during a suspected attack.
| Constructor and Description |
|---|
EmergencyContact() |
| Modifier and Type | Method and Description |
|---|---|
EmergencyContact |
clone() |
boolean |
equals(Object obj) |
String |
getEmailAddress()
An email address that the DRT can use to contact you during a suspected attack.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEmailAddress(String emailAddress)
An email address that the DRT can use to contact you during a suspected attack.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
EmergencyContact |
withEmailAddress(String emailAddress)
An email address that the DRT can use to contact you during a suspected attack.
|
public void setEmailAddress(String emailAddress)
An email address that the DRT can use to contact you during a suspected attack.
emailAddress - An email address that the DRT can use to contact you during a suspected attack.public String getEmailAddress()
An email address that the DRT can use to contact you during a suspected attack.
public EmergencyContact withEmailAddress(String emailAddress)
An email address that the DRT can use to contact you during a suspected attack.
emailAddress - An email address that the DRT can use to contact you during a suspected attack.public String toString()
toString in class ObjectObject.toString()public EmergencyContact clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.