Struct aws_sdk_waf::operation::get_sampled_requests::builders::GetSampledRequestsInputBuilder
source · #[non_exhaustive]pub struct GetSampledRequestsInputBuilder { /* private fields */ }Expand description
A builder for GetSampledRequestsInput.
Implementations§
source§impl GetSampledRequestsInputBuilder
impl GetSampledRequestsInputBuilder
sourcepub fn web_acl_id(self, input: impl Into<String>) -> Self
pub fn web_acl_id(self, input: impl Into<String>) -> Self
The WebACLId of the WebACL for which you want GetSampledRequests to return a sample of requests.
sourcepub fn set_web_acl_id(self, input: Option<String>) -> Self
pub fn set_web_acl_id(self, input: Option<String>) -> Self
The WebACLId of the WebACL for which you want GetSampledRequests to return a sample of requests.
sourcepub fn get_web_acl_id(&self) -> &Option<String>
pub fn get_web_acl_id(&self) -> &Option<String>
The WebACLId of the WebACL for which you want GetSampledRequests to return a sample of requests.
sourcepub fn rule_id(self, input: impl Into<String>) -> Self
pub fn rule_id(self, input: impl Into<String>) -> Self
RuleId is one of three values:
-
The
RuleIdof theRuleor theRuleGroupIdof theRuleGroupfor which you wantGetSampledRequeststo return a sample of requests. -
Default_Action, which causesGetSampledRequeststo return a sample of the requests that didn't match any of the rules in the specifiedWebACL.
sourcepub fn set_rule_id(self, input: Option<String>) -> Self
pub fn set_rule_id(self, input: Option<String>) -> Self
RuleId is one of three values:
-
The
RuleIdof theRuleor theRuleGroupIdof theRuleGroupfor which you wantGetSampledRequeststo return a sample of requests. -
Default_Action, which causesGetSampledRequeststo return a sample of the requests that didn't match any of the rules in the specifiedWebACL.
sourcepub fn get_rule_id(&self) -> &Option<String>
pub fn get_rule_id(&self) -> &Option<String>
RuleId is one of three values:
-
The
RuleIdof theRuleor theRuleGroupIdof theRuleGroupfor which you wantGetSampledRequeststo return a sample of requests. -
Default_Action, which causesGetSampledRequeststo return a sample of the requests that didn't match any of the rules in the specifiedWebACL.
sourcepub fn time_window(self, input: TimeWindow) -> Self
pub fn time_window(self, input: TimeWindow) -> Self
The start date and time and the end date and time of the range for which you want GetSampledRequests to return a sample of requests. You must specify the times in Coordinated Universal Time (UTC) format. UTC format includes the special designator, Z. For example, "2016-09-27T14:50Z". You can specify any time range in the previous three hours.
sourcepub fn set_time_window(self, input: Option<TimeWindow>) -> Self
pub fn set_time_window(self, input: Option<TimeWindow>) -> Self
The start date and time and the end date and time of the range for which you want GetSampledRequests to return a sample of requests. You must specify the times in Coordinated Universal Time (UTC) format. UTC format includes the special designator, Z. For example, "2016-09-27T14:50Z". You can specify any time range in the previous three hours.
sourcepub fn get_time_window(&self) -> &Option<TimeWindow>
pub fn get_time_window(&self) -> &Option<TimeWindow>
The start date and time and the end date and time of the range for which you want GetSampledRequests to return a sample of requests. You must specify the times in Coordinated Universal Time (UTC) format. UTC format includes the special designator, Z. For example, "2016-09-27T14:50Z". You can specify any time range in the previous three hours.
sourcepub fn max_items(self, input: i64) -> Self
pub fn max_items(self, input: i64) -> Self
The number of requests that you want AWS WAF to return from among the first 5,000 requests that your AWS resource received during the time range. If your resource received fewer requests than the value of MaxItems, GetSampledRequests returns information about all of them.
sourcepub fn set_max_items(self, input: Option<i64>) -> Self
pub fn set_max_items(self, input: Option<i64>) -> Self
The number of requests that you want AWS WAF to return from among the first 5,000 requests that your AWS resource received during the time range. If your resource received fewer requests than the value of MaxItems, GetSampledRequests returns information about all of them.
sourcepub fn get_max_items(&self) -> &Option<i64>
pub fn get_max_items(&self) -> &Option<i64>
The number of requests that you want AWS WAF to return from among the first 5,000 requests that your AWS resource received during the time range. If your resource received fewer requests than the value of MaxItems, GetSampledRequests returns information about all of them.
sourcepub fn build(self) -> Result<GetSampledRequestsInput, BuildError>
pub fn build(self) -> Result<GetSampledRequestsInput, BuildError>
Consumes the builder and constructs a GetSampledRequestsInput.
source§impl GetSampledRequestsInputBuilder
impl GetSampledRequestsInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<GetSampledRequestsOutput, SdkError<GetSampledRequestsError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<GetSampledRequestsOutput, SdkError<GetSampledRequestsError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for GetSampledRequestsInputBuilder
impl Clone for GetSampledRequestsInputBuilder
source§fn clone(&self) -> GetSampledRequestsInputBuilder
fn clone(&self) -> GetSampledRequestsInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for GetSampledRequestsInputBuilder
impl Default for GetSampledRequestsInputBuilder
source§fn default() -> GetSampledRequestsInputBuilder
fn default() -> GetSampledRequestsInputBuilder
source§impl PartialEq for GetSampledRequestsInputBuilder
impl PartialEq for GetSampledRequestsInputBuilder
source§fn eq(&self, other: &GetSampledRequestsInputBuilder) -> bool
fn eq(&self, other: &GetSampledRequestsInputBuilder) -> bool
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetSampledRequestsInputBuilder
Auto Trait Implementations§
impl Freeze for GetSampledRequestsInputBuilder
impl RefUnwindSafe for GetSampledRequestsInputBuilder
impl Send for GetSampledRequestsInputBuilder
impl Sync for GetSampledRequestsInputBuilder
impl Unpin for GetSampledRequestsInputBuilder
impl UnwindSafe for GetSampledRequestsInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more