@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateEmergencyContactSettingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateEmergencyContactSettingsRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateEmergencyContactSettingsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
UpdateEmergencyContactSettingsRequest |
withEmergencyContactList(Collection<EmergencyContact> emergencyContactList)
A list of email addresses that the DRT can use to contact you during a suspected attack.
|
UpdateEmergencyContactSettingsRequest |
withEmergencyContactList(EmergencyContact... emergencyContactList)
A list of email addresses that the DRT can use to contact you during a suspected attack.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public UpdateEmergencyContactSettingsRequest()
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 UpdateEmergencyContactSettingsRequest 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 UpdateEmergencyContactSettingsRequest 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 UpdateEmergencyContactSettingsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.