Struct aws_sdk_opensearchserverless::operation::update_security_policy::builders::UpdateSecurityPolicyOutputBuilder
source · #[non_exhaustive]pub struct UpdateSecurityPolicyOutputBuilder { /* private fields */ }
Expand description
A builder for UpdateSecurityPolicyOutput
.
Implementations§
source§impl UpdateSecurityPolicyOutputBuilder
impl UpdateSecurityPolicyOutputBuilder
sourcepub fn security_policy_detail(self, input: SecurityPolicyDetail) -> Self
pub fn security_policy_detail(self, input: SecurityPolicyDetail) -> Self
Details about the updated security policy.
sourcepub fn set_security_policy_detail(
self,
input: Option<SecurityPolicyDetail>
) -> Self
pub fn set_security_policy_detail( self, input: Option<SecurityPolicyDetail> ) -> Self
Details about the updated security policy.
sourcepub fn get_security_policy_detail(&self) -> &Option<SecurityPolicyDetail>
pub fn get_security_policy_detail(&self) -> &Option<SecurityPolicyDetail>
Details about the updated security policy.
sourcepub fn build(self) -> UpdateSecurityPolicyOutput
pub fn build(self) -> UpdateSecurityPolicyOutput
Consumes the builder and constructs a UpdateSecurityPolicyOutput
.
Trait Implementations§
source§impl Clone for UpdateSecurityPolicyOutputBuilder
impl Clone for UpdateSecurityPolicyOutputBuilder
source§fn clone(&self) -> UpdateSecurityPolicyOutputBuilder
fn clone(&self) -> UpdateSecurityPolicyOutputBuilder
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 Default for UpdateSecurityPolicyOutputBuilder
impl Default for UpdateSecurityPolicyOutputBuilder
source§fn default() -> UpdateSecurityPolicyOutputBuilder
fn default() -> UpdateSecurityPolicyOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateSecurityPolicyOutputBuilder
impl PartialEq for UpdateSecurityPolicyOutputBuilder
source§fn eq(&self, other: &UpdateSecurityPolicyOutputBuilder) -> bool
fn eq(&self, other: &UpdateSecurityPolicyOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdateSecurityPolicyOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateSecurityPolicyOutputBuilder
impl Send for UpdateSecurityPolicyOutputBuilder
impl Sync for UpdateSecurityPolicyOutputBuilder
impl Unpin for UpdateSecurityPolicyOutputBuilder
impl UnwindSafe for UpdateSecurityPolicyOutputBuilder
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.