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