Struct aws_sdk_elasticloadbalancingv2::operation::set_security_groups::SetSecurityGroupsInput
source · #[non_exhaustive]pub struct SetSecurityGroupsInput { /* private fields */ }Implementations§
source§impl SetSecurityGroupsInput
impl SetSecurityGroupsInput
sourcepub fn load_balancer_arn(&self) -> Option<&str>
pub fn load_balancer_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the load balancer.
sourcepub fn security_groups(&self) -> Option<&[String]>
pub fn security_groups(&self) -> Option<&[String]>
The IDs of the security groups.
source§impl SetSecurityGroupsInput
impl SetSecurityGroupsInput
sourcepub fn builder() -> SetSecurityGroupsInputBuilder
pub fn builder() -> SetSecurityGroupsInputBuilder
Creates a new builder-style object to manufacture SetSecurityGroupsInput.
source§impl SetSecurityGroupsInput
impl SetSecurityGroupsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<SetSecurityGroups, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<SetSecurityGroups, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<SetSecurityGroups>
Trait Implementations§
source§impl Clone for SetSecurityGroupsInput
impl Clone for SetSecurityGroupsInput
source§fn clone(&self) -> SetSecurityGroupsInput
fn clone(&self) -> SetSecurityGroupsInput
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 SetSecurityGroupsInput
impl Debug for SetSecurityGroupsInput
source§impl PartialEq<SetSecurityGroupsInput> for SetSecurityGroupsInput
impl PartialEq<SetSecurityGroupsInput> for SetSecurityGroupsInput
source§fn eq(&self, other: &SetSecurityGroupsInput) -> bool
fn eq(&self, other: &SetSecurityGroupsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for SetSecurityGroupsInput
Auto Trait Implementations§
impl RefUnwindSafe for SetSecurityGroupsInput
impl Send for SetSecurityGroupsInput
impl Sync for SetSecurityGroupsInput
impl Unpin for SetSecurityGroupsInput
impl UnwindSafe for SetSecurityGroupsInput
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