Struct aws_sdk_iotdeviceadvisor::input::GetEndpointInput
source · #[non_exhaustive]pub struct GetEndpointInput { /* private fields */ }
Implementations§
source§impl GetEndpointInput
impl GetEndpointInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetEndpoint, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetEndpoint, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetEndpoint
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetEndpointInput
.
Trait Implementations§
source§impl Clone for GetEndpointInput
impl Clone for GetEndpointInput
source§fn clone(&self) -> GetEndpointInput
fn clone(&self) -> GetEndpointInput
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 Debug for GetEndpointInput
impl Debug for GetEndpointInput
source§impl PartialEq<GetEndpointInput> for GetEndpointInput
impl PartialEq<GetEndpointInput> for GetEndpointInput
source§fn eq(&self, other: &GetEndpointInput) -> bool
fn eq(&self, other: &GetEndpointInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.