Struct aws_sdk_apigateway::input::CreateUsagePlanKeyInput
source · [−]#[non_exhaustive]pub struct CreateUsagePlanKeyInput { /* private fields */ }Expand description
The POST request to create a usage plan key for adding an existing API key to a usage plan.
Implementations
sourceimpl CreateUsagePlanKeyInput
impl CreateUsagePlanKeyInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateUsagePlanKey, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateUsagePlanKey, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateUsagePlanKey>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateUsagePlanKeyInput.
sourceimpl CreateUsagePlanKeyInput
impl CreateUsagePlanKeyInput
Trait Implementations
sourceimpl Clone for CreateUsagePlanKeyInput
impl Clone for CreateUsagePlanKeyInput
sourcefn clone(&self) -> CreateUsagePlanKeyInput
fn clone(&self) -> CreateUsagePlanKeyInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for CreateUsagePlanKeyInput
impl Debug for CreateUsagePlanKeyInput
sourceimpl PartialEq<CreateUsagePlanKeyInput> for CreateUsagePlanKeyInput
impl PartialEq<CreateUsagePlanKeyInput> for CreateUsagePlanKeyInput
sourcefn eq(&self, other: &CreateUsagePlanKeyInput) -> bool
fn eq(&self, other: &CreateUsagePlanKeyInput) -> bool
impl StructuralPartialEq for CreateUsagePlanKeyInput
Auto Trait Implementations
impl RefUnwindSafe for CreateUsagePlanKeyInput
impl Send for CreateUsagePlanKeyInput
impl Sync for CreateUsagePlanKeyInput
impl Unpin for CreateUsagePlanKeyInput
impl UnwindSafe for CreateUsagePlanKeyInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more