pub struct BatchPutScheduledUpdateGroupAction { /* private fields */ }Expand description
Fluent builder constructing a request to BatchPutScheduledUpdateGroupAction.
Creates or updates one or more scheduled scaling actions for an Auto Scaling group.
Implementations§
source§impl BatchPutScheduledUpdateGroupAction
impl BatchPutScheduledUpdateGroupAction
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<BatchPutScheduledUpdateGroupAction, AwsResponseRetryClassifier>, SdkError<BatchPutScheduledUpdateGroupActionError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<BatchPutScheduledUpdateGroupAction, AwsResponseRetryClassifier>, SdkError<BatchPutScheduledUpdateGroupActionError>>
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<BatchPutScheduledUpdateGroupActionOutput, SdkError<BatchPutScheduledUpdateGroupActionError>>
pub async fn send(
self
) -> Result<BatchPutScheduledUpdateGroupActionOutput, SdkError<BatchPutScheduledUpdateGroupActionError>>
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 auto_scaling_group_name(self, input: impl Into<String>) -> Self
pub fn auto_scaling_group_name(self, input: impl Into<String>) -> Self
The name of the Auto Scaling group.
sourcepub fn set_auto_scaling_group_name(self, input: Option<String>) -> Self
pub fn set_auto_scaling_group_name(self, input: Option<String>) -> Self
The name of the Auto Scaling group.
sourcepub fn scheduled_update_group_actions(
self,
input: ScheduledUpdateGroupActionRequest
) -> Self
pub fn scheduled_update_group_actions(
self,
input: ScheduledUpdateGroupActionRequest
) -> Self
Appends an item to ScheduledUpdateGroupActions.
To override the contents of this collection use set_scheduled_update_group_actions.
One or more scheduled actions. The maximum number allowed is 50.
sourcepub fn set_scheduled_update_group_actions(
self,
input: Option<Vec<ScheduledUpdateGroupActionRequest>>
) -> Self
pub fn set_scheduled_update_group_actions(
self,
input: Option<Vec<ScheduledUpdateGroupActionRequest>>
) -> Self
One or more scheduled actions. The maximum number allowed is 50.
Trait Implementations§
source§impl Clone for BatchPutScheduledUpdateGroupAction
impl Clone for BatchPutScheduledUpdateGroupAction
source§fn clone(&self) -> BatchPutScheduledUpdateGroupAction
fn clone(&self) -> BatchPutScheduledUpdateGroupAction
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more