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
source§fn eq(&self, other: &GetIpSetOutputBuilder) -> bool
fn eq(&self, other: &GetIpSetOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.