@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; useful for testing and debugging.
|
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, setSdkResponseMetadatapublic 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 ObjectObject.toString()public DescribeEmergencyContactSettingsResult clone()
Copyright © 2018. All rights reserved.