pub struct UpdateEmergencyContactSettings { /* private fields */ }
Expand description
Fluent builder constructing a request to UpdateEmergencyContactSettings
.
Updates the details of the list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you if you have proactive engagement enabled, for escalations to the SRT and to initiate proactive customer support.
Implementations§
source§impl UpdateEmergencyContactSettings
impl UpdateEmergencyContactSettings
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<UpdateEmergencyContactSettings, AwsResponseRetryClassifier>, SdkError<UpdateEmergencyContactSettingsError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<UpdateEmergencyContactSettings, AwsResponseRetryClassifier>, SdkError<UpdateEmergencyContactSettingsError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<UpdateEmergencyContactSettingsOutput, SdkError<UpdateEmergencyContactSettingsError>>
pub async fn send(
self
) -> Result<UpdateEmergencyContactSettingsOutput, SdkError<UpdateEmergencyContactSettingsError>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn emergency_contact_list(self, input: EmergencyContact) -> Self
pub fn emergency_contact_list(self, input: EmergencyContact) -> Self
Appends an item to EmergencyContactList
.
To override the contents of this collection use set_emergency_contact_list
.
A list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you if you have proactive engagement enabled, for escalations to the SRT and to initiate proactive customer support.
If you have proactive engagement enabled, the contact list must include at least one phone number.
sourcepub fn set_emergency_contact_list(
self,
input: Option<Vec<EmergencyContact>>
) -> Self
pub fn set_emergency_contact_list(
self,
input: Option<Vec<EmergencyContact>>
) -> Self
A list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you if you have proactive engagement enabled, for escalations to the SRT and to initiate proactive customer support.
If you have proactive engagement enabled, the contact list must include at least one phone number.
Trait Implementations§
source§impl Clone for UpdateEmergencyContactSettings
impl Clone for UpdateEmergencyContactSettings
source§fn clone(&self) -> UpdateEmergencyContactSettings
fn clone(&self) -> UpdateEmergencyContactSettings
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more