Struct aws_sdk_ec2::operation::delete_egress_only_internet_gateway::builders::DeleteEgressOnlyInternetGatewayOutputBuilder
source · #[non_exhaustive]pub struct DeleteEgressOnlyInternetGatewayOutputBuilder { /* private fields */ }Expand description
A builder for DeleteEgressOnlyInternetGatewayOutput.
Implementations§
source§impl DeleteEgressOnlyInternetGatewayOutputBuilder
impl DeleteEgressOnlyInternetGatewayOutputBuilder
sourcepub fn return_code(self, input: bool) -> Self
pub fn return_code(self, input: bool) -> Self
Returns true if the request succeeds; otherwise, it returns an error.
sourcepub fn set_return_code(self, input: Option<bool>) -> Self
pub fn set_return_code(self, input: Option<bool>) -> Self
Returns true if the request succeeds; otherwise, it returns an error.
sourcepub fn get_return_code(&self) -> &Option<bool>
pub fn get_return_code(&self) -> &Option<bool>
Returns true if the request succeeds; otherwise, it returns an error.
sourcepub fn build(self) -> DeleteEgressOnlyInternetGatewayOutput
pub fn build(self) -> DeleteEgressOnlyInternetGatewayOutput
Consumes the builder and constructs a DeleteEgressOnlyInternetGatewayOutput.
Trait Implementations§
source§impl Clone for DeleteEgressOnlyInternetGatewayOutputBuilder
impl Clone for DeleteEgressOnlyInternetGatewayOutputBuilder
source§fn clone(&self) -> DeleteEgressOnlyInternetGatewayOutputBuilder
fn clone(&self) -> DeleteEgressOnlyInternetGatewayOutputBuilder
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 DeleteEgressOnlyInternetGatewayOutputBuilder
impl Default for DeleteEgressOnlyInternetGatewayOutputBuilder
source§fn default() -> DeleteEgressOnlyInternetGatewayOutputBuilder
fn default() -> DeleteEgressOnlyInternetGatewayOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteEgressOnlyInternetGatewayOutputBuilder> for DeleteEgressOnlyInternetGatewayOutputBuilder
impl PartialEq<DeleteEgressOnlyInternetGatewayOutputBuilder> for DeleteEgressOnlyInternetGatewayOutputBuilder
source§fn eq(&self, other: &DeleteEgressOnlyInternetGatewayOutputBuilder) -> bool
fn eq(&self, other: &DeleteEgressOnlyInternetGatewayOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteEgressOnlyInternetGatewayOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteEgressOnlyInternetGatewayOutputBuilder
impl Send for DeleteEgressOnlyInternetGatewayOutputBuilder
impl Sync for DeleteEgressOnlyInternetGatewayOutputBuilder
impl Unpin for DeleteEgressOnlyInternetGatewayOutputBuilder
impl UnwindSafe for DeleteEgressOnlyInternetGatewayOutputBuilder
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