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