@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeEmergencyContactSettingsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeEmergencyContactSettingsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeEmergencyContactSettingsResult |
clone() |
boolean |
equals(Object obj) |
List<EmergencyContact> |
getEmergencyContactList()
A list of email addresses that the DRT can use to contact you during a suspected attack.
|
int |
hashCode() |
void |
setEmergencyContactList(Collection<EmergencyContact> emergencyContactList)
A list of email addresses that the DRT can use to contact you during a suspected attack.
|
String |
toString()
Returns a string representation of this object.
|
DescribeEmergencyContactSettingsResult |
withEmergencyContactList(Collection<EmergencyContact> emergencyContactList)
A list of email addresses that the DRT can use to contact you during a suspected attack.
|
DescribeEmergencyContactSettingsResult |
withEmergencyContactList(EmergencyContact... emergencyContactList)
A list of email addresses that the DRT can use to contact you during a suspected attack.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeEmergencyContactSettingsResult()
public List<EmergencyContact> getEmergencyContactList()
A list of email addresses that the DRT can use to contact you during a suspected attack.
public void setEmergencyContactList(Collection<EmergencyContact> emergencyContactList)
A list of email addresses that the DRT can use to contact you during a suspected attack.
emergencyContactList
- A list of email addresses that the DRT can use to contact you during a suspected attack.public DescribeEmergencyContactSettingsResult withEmergencyContactList(EmergencyContact... emergencyContactList)
A list of email addresses that the DRT can use to contact you during a suspected attack.
NOTE: This method appends the values to the existing list (if any). Use
setEmergencyContactList(java.util.Collection)
or withEmergencyContactList(java.util.Collection)
if you want to override the existing values.
emergencyContactList
- A list of email addresses that the DRT can use to contact you during a suspected attack.public DescribeEmergencyContactSettingsResult withEmergencyContactList(Collection<EmergencyContact> emergencyContactList)
A list of email addresses that the DRT can use to contact you during a suspected attack.
emergencyContactList
- A list of email addresses that the DRT can use to contact you during a suspected attack.public String toString()
toString
in class Object
Object.toString()
public DescribeEmergencyContactSettingsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.