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