Struct aws_sdk_waf::operation::get_ip_set::builders::GetIpSetOutputBuilder
source · #[non_exhaustive]pub struct GetIpSetOutputBuilder { /* private fields */ }Expand description
A builder for GetIpSetOutput.
Implementations§
source§impl GetIpSetOutputBuilder
impl GetIpSetOutputBuilder
sourcepub fn ip_set(self, input: IpSet) -> Self
pub fn ip_set(self, input: IpSet) -> Self
Information about the IPSet that you specified in the GetIPSet request. For more information, see the following topics:
-
IPSet: ContainsIPSetDescriptors,IPSetId, andName -
IPSetDescriptors: Contains an array ofIPSetDescriptorobjects. EachIPSetDescriptorobject containsTypeandValue
sourcepub fn set_ip_set(self, input: Option<IpSet>) -> Self
pub fn set_ip_set(self, input: Option<IpSet>) -> Self
Information about the IPSet that you specified in the GetIPSet request. For more information, see the following topics:
-
IPSet: ContainsIPSetDescriptors,IPSetId, andName -
IPSetDescriptors: Contains an array ofIPSetDescriptorobjects. EachIPSetDescriptorobject containsTypeandValue
sourcepub fn get_ip_set(&self) -> &Option<IpSet>
pub fn get_ip_set(&self) -> &Option<IpSet>
Information about the IPSet that you specified in the GetIPSet request. For more information, see the following topics:
-
IPSet: ContainsIPSetDescriptors,IPSetId, andName -
IPSetDescriptors: Contains an array ofIPSetDescriptorobjects. EachIPSetDescriptorobject containsTypeandValue
sourcepub fn build(self) -> GetIpSetOutput
pub fn build(self) -> GetIpSetOutput
Consumes the builder and constructs a GetIpSetOutput.
Trait Implementations§
source§impl Clone for GetIpSetOutputBuilder
impl Clone for GetIpSetOutputBuilder
source§fn clone(&self) -> GetIpSetOutputBuilder
fn clone(&self) -> GetIpSetOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for GetIpSetOutputBuilder
impl Debug for GetIpSetOutputBuilder
source§impl Default for GetIpSetOutputBuilder
impl Default for GetIpSetOutputBuilder
source§fn default() -> GetIpSetOutputBuilder
fn default() -> GetIpSetOutputBuilder
source§impl PartialEq for GetIpSetOutputBuilder
impl PartialEq for GetIpSetOutputBuilder
impl StructuralPartialEq for GetIpSetOutputBuilder
Auto Trait Implementations§
impl Freeze for GetIpSetOutputBuilder
impl RefUnwindSafe for GetIpSetOutputBuilder
impl Send for GetIpSetOutputBuilder
impl Sync for GetIpSetOutputBuilder
impl Unpin for GetIpSetOutputBuilder
impl UnwindSafe for GetIpSetOutputBuilder
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit)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