#[non_exhaustive]pub struct DeleteFlowLogsInputBuilder { /* private fields */ }
Expand description
A builder for DeleteFlowLogsInput
.
Implementations§
source§impl DeleteFlowLogsInputBuilder
impl DeleteFlowLogsInputBuilder
sourcepub fn dry_run(self, input: bool) -> Self
pub fn dry_run(self, input: bool) -> Self
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation
. Otherwise, it is UnauthorizedOperation
.
sourcepub fn set_dry_run(self, input: Option<bool>) -> Self
pub fn set_dry_run(self, input: Option<bool>) -> Self
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation
. Otherwise, it is UnauthorizedOperation
.
sourcepub fn get_dry_run(&self) -> &Option<bool>
pub fn get_dry_run(&self) -> &Option<bool>
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation
. Otherwise, it is UnauthorizedOperation
.
sourcepub fn flow_log_ids(self, input: impl Into<String>) -> Self
pub fn flow_log_ids(self, input: impl Into<String>) -> Self
Appends an item to flow_log_ids
.
To override the contents of this collection use set_flow_log_ids
.
One or more flow log IDs.
Constraint: Maximum of 1000 flow log IDs.
sourcepub fn set_flow_log_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_flow_log_ids(self, input: Option<Vec<String>>) -> Self
One or more flow log IDs.
Constraint: Maximum of 1000 flow log IDs.
sourcepub fn get_flow_log_ids(&self) -> &Option<Vec<String>>
pub fn get_flow_log_ids(&self) -> &Option<Vec<String>>
One or more flow log IDs.
Constraint: Maximum of 1000 flow log IDs.
sourcepub fn build(self) -> Result<DeleteFlowLogsInput, BuildError>
pub fn build(self) -> Result<DeleteFlowLogsInput, BuildError>
Consumes the builder and constructs a DeleteFlowLogsInput
.
source§impl DeleteFlowLogsInputBuilder
impl DeleteFlowLogsInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DeleteFlowLogsOutput, SdkError<DeleteFlowLogsError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DeleteFlowLogsOutput, SdkError<DeleteFlowLogsError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DeleteFlowLogsInputBuilder
impl Clone for DeleteFlowLogsInputBuilder
source§fn clone(&self) -> DeleteFlowLogsInputBuilder
fn clone(&self) -> DeleteFlowLogsInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for DeleteFlowLogsInputBuilder
impl Debug for DeleteFlowLogsInputBuilder
source§impl Default for DeleteFlowLogsInputBuilder
impl Default for DeleteFlowLogsInputBuilder
source§fn default() -> DeleteFlowLogsInputBuilder
fn default() -> DeleteFlowLogsInputBuilder
source§impl PartialEq for DeleteFlowLogsInputBuilder
impl PartialEq for DeleteFlowLogsInputBuilder
source§fn eq(&self, other: &DeleteFlowLogsInputBuilder) -> bool
fn eq(&self, other: &DeleteFlowLogsInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.