Struct aws_sdk_waf::operation::get_ip_set::builders::GetIpSetInputBuilder
source · #[non_exhaustive]pub struct GetIpSetInputBuilder { /* private fields */ }Expand description
A builder for GetIpSetInput.
Implementations§
source§impl GetIpSetInputBuilder
impl GetIpSetInputBuilder
sourcepub fn ip_set_id(self, input: impl Into<String>) -> Self
pub fn ip_set_id(self, input: impl Into<String>) -> Self
The IPSetId of the IPSet that you want to get. IPSetId is returned by CreateIPSet and by ListIPSets.
sourcepub fn set_ip_set_id(self, input: Option<String>) -> Self
pub fn set_ip_set_id(self, input: Option<String>) -> Self
The IPSetId of the IPSet that you want to get. IPSetId is returned by CreateIPSet and by ListIPSets.
sourcepub fn get_ip_set_id(&self) -> &Option<String>
pub fn get_ip_set_id(&self) -> &Option<String>
The IPSetId of the IPSet that you want to get. IPSetId is returned by CreateIPSet and by ListIPSets.
sourcepub fn build(self) -> Result<GetIpSetInput, BuildError>
pub fn build(self) -> Result<GetIpSetInput, BuildError>
Consumes the builder and constructs a GetIpSetInput.
source§impl GetIpSetInputBuilder
impl GetIpSetInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<GetIpSetOutput, SdkError<GetIPSetError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<GetIpSetOutput, SdkError<GetIPSetError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for GetIpSetInputBuilder
impl Clone for GetIpSetInputBuilder
source§fn clone(&self) -> GetIpSetInputBuilder
fn clone(&self) -> GetIpSetInputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for GetIpSetInputBuilder
impl Debug for GetIpSetInputBuilder
source§impl Default for GetIpSetInputBuilder
impl Default for GetIpSetInputBuilder
source§fn default() -> GetIpSetInputBuilder
fn default() -> GetIpSetInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetIpSetInputBuilder
impl PartialEq for GetIpSetInputBuilder
source§fn eq(&self, other: &GetIpSetInputBuilder) -> bool
fn eq(&self, other: &GetIpSetInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetIpSetInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetIpSetInputBuilder
impl Send for GetIpSetInputBuilder
impl Sync for GetIpSetInputBuilder
impl Unpin for GetIpSetInputBuilder
impl UnwindSafe for GetIpSetInputBuilder
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
Mutably borrows from an owned value. Read more
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>
Creates a shared type from an unshared type.