Struct aws_sdk_workspaces::input::AssociateIpGroupsInput
source · #[non_exhaustive]pub struct AssociateIpGroupsInput { /* private fields */ }Implementations§
source§impl AssociateIpGroupsInput
impl AssociateIpGroupsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AssociateIpGroups, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AssociateIpGroups, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<AssociateIpGroups>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AssociateIpGroupsInput.
Trait Implementations§
source§impl Clone for AssociateIpGroupsInput
impl Clone for AssociateIpGroupsInput
source§fn clone(&self) -> AssociateIpGroupsInput
fn clone(&self) -> AssociateIpGroupsInput
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 AssociateIpGroupsInput
impl Debug for AssociateIpGroupsInput
source§impl PartialEq<AssociateIpGroupsInput> for AssociateIpGroupsInput
impl PartialEq<AssociateIpGroupsInput> for AssociateIpGroupsInput
source§fn eq(&self, other: &AssociateIpGroupsInput) -> bool
fn eq(&self, other: &AssociateIpGroupsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.