pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteNetworkInterfacePermissionOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn return(self, input: bool) -> Self
pub fn return(self, input: bool) -> Self
Returns true
if the request succeeds, otherwise returns an error.
sourcepub fn set_return(self, input: Option<bool>) -> Self
pub fn set_return(self, input: Option<bool>) -> Self
Returns true
if the request succeeds, otherwise returns an error.
sourcepub fn build(self) -> DeleteNetworkInterfacePermissionOutput
pub fn build(self) -> DeleteNetworkInterfacePermissionOutput
Consumes the builder and constructs a DeleteNetworkInterfacePermissionOutput
.