@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 and phone numbers that the DDoS Response Team (DRT) can use to contact you if you have
proactive engagement enabled, for escalations to the DRT and to initiate proactive customer support.
|
int |
hashCode() |
void |
setEmergencyContactList(Collection<EmergencyContact> emergencyContactList)
A list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you if you have
proactive engagement enabled, for escalations to the DRT and to initiate proactive customer support.
|
String |
toString()
Returns a string representation of this object.
|
UpdateEmergencyContactSettingsRequest |
withEmergencyContactList(Collection<EmergencyContact> emergencyContactList)
A list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you if you have
proactive engagement enabled, for escalations to the DRT and to initiate proactive customer support.
|
UpdateEmergencyContactSettingsRequest |
withEmergencyContactList(EmergencyContact... emergencyContactList)
A list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you if you have
proactive engagement enabled, for escalations to the DRT and to initiate proactive customer support.
|
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 and phone numbers that the DDoS Response Team (DRT) can use to contact you if you have proactive engagement enabled, for escalations to the DRT and to initiate proactive customer support.
If you have proactive engagement enabled, the contact list must include at least one phone number.
If you have proactive engagement enabled, the contact list must include at least one phone number.
public void setEmergencyContactList(Collection<EmergencyContact> emergencyContactList)
A list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you if you have proactive engagement enabled, for escalations to the DRT and to initiate proactive customer support.
If you have proactive engagement enabled, the contact list must include at least one phone number.
emergencyContactList
- A list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you if
you have proactive engagement enabled, for escalations to the DRT and to initiate proactive customer
support.
If you have proactive engagement enabled, the contact list must include at least one phone number.
public UpdateEmergencyContactSettingsRequest withEmergencyContactList(EmergencyContact... emergencyContactList)
A list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you if you have proactive engagement enabled, for escalations to the DRT and to initiate proactive customer support.
If you have proactive engagement enabled, the contact list must include at least one phone number.
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 and phone numbers that the DDoS Response Team (DRT) can use to contact you if
you have proactive engagement enabled, for escalations to the DRT and to initiate proactive customer
support.
If you have proactive engagement enabled, the contact list must include at least one phone number.
public UpdateEmergencyContactSettingsRequest withEmergencyContactList(Collection<EmergencyContact> emergencyContactList)
A list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you if you have proactive engagement enabled, for escalations to the DRT and to initiate proactive customer support.
If you have proactive engagement enabled, the contact list must include at least one phone number.
emergencyContactList
- A list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you if
you have proactive engagement enabled, for escalations to the DRT and to initiate proactive customer
support.
If you have proactive engagement enabled, the contact list must include at least one phone number.
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.