#[non_exhaustive]pub struct ModifyClientVpnEndpointOutput { /* private fields */ }
Implementations§
source§impl ModifyClientVpnEndpointOutput
impl ModifyClientVpnEndpointOutput
sourcepub fn builder() -> ModifyClientVpnEndpointOutputBuilder
pub fn builder() -> ModifyClientVpnEndpointOutputBuilder
Creates a new builder-style object to manufacture ModifyClientVpnEndpointOutput
.
Trait Implementations§
source§impl Clone for ModifyClientVpnEndpointOutput
impl Clone for ModifyClientVpnEndpointOutput
source§fn clone(&self) -> ModifyClientVpnEndpointOutput
fn clone(&self) -> ModifyClientVpnEndpointOutput
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 PartialEq<ModifyClientVpnEndpointOutput> for ModifyClientVpnEndpointOutput
impl PartialEq<ModifyClientVpnEndpointOutput> for ModifyClientVpnEndpointOutput
source§fn eq(&self, other: &ModifyClientVpnEndpointOutput) -> bool
fn eq(&self, other: &ModifyClientVpnEndpointOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for ModifyClientVpnEndpointOutput
impl RequestId for ModifyClientVpnEndpointOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.