pub struct DeletePendingAggregationRequest { /* private fields */ }Expand description
Fluent builder constructing a request to DeletePendingAggregationRequest.
Deletes pending authorization requests for a specified aggregator account in a specified region.
Implementations§
source§impl DeletePendingAggregationRequest
impl DeletePendingAggregationRequest
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<DeletePendingAggregationRequest, AwsResponseRetryClassifier>, SdkError<DeletePendingAggregationRequestError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<DeletePendingAggregationRequest, AwsResponseRetryClassifier>, SdkError<DeletePendingAggregationRequestError>>
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<DeletePendingAggregationRequestOutput, SdkError<DeletePendingAggregationRequestError>>
pub async fn send(
self
) -> Result<DeletePendingAggregationRequestOutput, SdkError<DeletePendingAggregationRequestError>>
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 requester_account_id(self, input: impl Into<String>) -> Self
pub fn requester_account_id(self, input: impl Into<String>) -> Self
The 12-digit account ID of the account requesting to aggregate data.
sourcepub fn set_requester_account_id(self, input: Option<String>) -> Self
pub fn set_requester_account_id(self, input: Option<String>) -> Self
The 12-digit account ID of the account requesting to aggregate data.
sourcepub fn requester_aws_region(self, input: impl Into<String>) -> Self
pub fn requester_aws_region(self, input: impl Into<String>) -> Self
The region requesting to aggregate data.
sourcepub fn set_requester_aws_region(self, input: Option<String>) -> Self
pub fn set_requester_aws_region(self, input: Option<String>) -> Self
The region requesting to aggregate data.
Trait Implementations§
source§impl Clone for DeletePendingAggregationRequest
impl Clone for DeletePendingAggregationRequest
source§fn clone(&self) -> DeletePendingAggregationRequest
fn clone(&self) -> DeletePendingAggregationRequest
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more