Struct aws_sdk_mediaconnect::operation::update_flow_entitlement::builders::UpdateFlowEntitlementOutputBuilder
source · #[non_exhaustive]pub struct UpdateFlowEntitlementOutputBuilder { /* private fields */ }Expand description
A builder for UpdateFlowEntitlementOutput.
Implementations§
source§impl UpdateFlowEntitlementOutputBuilder
impl UpdateFlowEntitlementOutputBuilder
sourcepub fn entitlement(self, input: Entitlement) -> Self
pub fn entitlement(self, input: Entitlement) -> Self
The new configuration of the entitlement that you updated.
sourcepub fn set_entitlement(self, input: Option<Entitlement>) -> Self
pub fn set_entitlement(self, input: Option<Entitlement>) -> Self
The new configuration of the entitlement that you updated.
sourcepub fn get_entitlement(&self) -> &Option<Entitlement>
pub fn get_entitlement(&self) -> &Option<Entitlement>
The new configuration of the entitlement that you updated.
sourcepub fn flow_arn(self, input: impl Into<String>) -> Self
pub fn flow_arn(self, input: impl Into<String>) -> Self
The ARN of the flow that this entitlement was granted on.
sourcepub fn set_flow_arn(self, input: Option<String>) -> Self
pub fn set_flow_arn(self, input: Option<String>) -> Self
The ARN of the flow that this entitlement was granted on.
sourcepub fn get_flow_arn(&self) -> &Option<String>
pub fn get_flow_arn(&self) -> &Option<String>
The ARN of the flow that this entitlement was granted on.
sourcepub fn build(self) -> UpdateFlowEntitlementOutput
pub fn build(self) -> UpdateFlowEntitlementOutput
Consumes the builder and constructs a UpdateFlowEntitlementOutput.
Trait Implementations§
source§impl Clone for UpdateFlowEntitlementOutputBuilder
impl Clone for UpdateFlowEntitlementOutputBuilder
source§fn clone(&self) -> UpdateFlowEntitlementOutputBuilder
fn clone(&self) -> UpdateFlowEntitlementOutputBuilder
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 UpdateFlowEntitlementOutputBuilder
impl Default for UpdateFlowEntitlementOutputBuilder
source§fn default() -> UpdateFlowEntitlementOutputBuilder
fn default() -> UpdateFlowEntitlementOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateFlowEntitlementOutputBuilder
impl PartialEq for UpdateFlowEntitlementOutputBuilder
source§fn eq(&self, other: &UpdateFlowEntitlementOutputBuilder) -> bool
fn eq(&self, other: &UpdateFlowEntitlementOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateFlowEntitlementOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateFlowEntitlementOutputBuilder
impl Send for UpdateFlowEntitlementOutputBuilder
impl Sync for UpdateFlowEntitlementOutputBuilder
impl Unpin for UpdateFlowEntitlementOutputBuilder
impl UnwindSafe for UpdateFlowEntitlementOutputBuilder
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.