pub struct Builder { /* private fields */ }
Expand description
A builder for ModifyVpcEndpointConnectionNotificationOutput
.
Implementations§
source§impl Builder
impl Builder
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) -> ModifyVpcEndpointConnectionNotificationOutput
pub fn build(self) -> ModifyVpcEndpointConnectionNotificationOutput
Consumes the builder and constructs a ModifyVpcEndpointConnectionNotificationOutput
.