Struct aws_sdk_apigateway::operation::update_usage_plan::builders::UpdateUsagePlanInputBuilder
source · #[non_exhaustive]pub struct UpdateUsagePlanInputBuilder { /* private fields */ }
Expand description
A builder for UpdateUsagePlanInput
.
Implementations§
source§impl UpdateUsagePlanInputBuilder
impl UpdateUsagePlanInputBuilder
sourcepub fn usage_plan_id(self, input: impl Into<String>) -> Self
pub fn usage_plan_id(self, input: impl Into<String>) -> Self
The Id of the to-be-updated usage plan.
This field is required.sourcepub fn set_usage_plan_id(self, input: Option<String>) -> Self
pub fn set_usage_plan_id(self, input: Option<String>) -> Self
The Id of the to-be-updated usage plan.
sourcepub fn get_usage_plan_id(&self) -> &Option<String>
pub fn get_usage_plan_id(&self) -> &Option<String>
The Id of the to-be-updated usage plan.
sourcepub fn patch_operations(self, input: PatchOperation) -> Self
pub fn patch_operations(self, input: PatchOperation) -> Self
Appends an item to patch_operations
.
To override the contents of this collection use set_patch_operations
.
For more information about supported patch operations, see Patch Operations.
sourcepub fn set_patch_operations(self, input: Option<Vec<PatchOperation>>) -> Self
pub fn set_patch_operations(self, input: Option<Vec<PatchOperation>>) -> Self
For more information about supported patch operations, see Patch Operations.
sourcepub fn get_patch_operations(&self) -> &Option<Vec<PatchOperation>>
pub fn get_patch_operations(&self) -> &Option<Vec<PatchOperation>>
For more information about supported patch operations, see Patch Operations.
sourcepub fn build(self) -> Result<UpdateUsagePlanInput, BuildError>
pub fn build(self) -> Result<UpdateUsagePlanInput, BuildError>
Consumes the builder and constructs a UpdateUsagePlanInput
.
source§impl UpdateUsagePlanInputBuilder
impl UpdateUsagePlanInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<UpdateUsagePlanOutput, SdkError<UpdateUsagePlanError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<UpdateUsagePlanOutput, SdkError<UpdateUsagePlanError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for UpdateUsagePlanInputBuilder
impl Clone for UpdateUsagePlanInputBuilder
source§fn clone(&self) -> UpdateUsagePlanInputBuilder
fn clone(&self) -> UpdateUsagePlanInputBuilder
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 UpdateUsagePlanInputBuilder
impl Debug for UpdateUsagePlanInputBuilder
source§impl Default for UpdateUsagePlanInputBuilder
impl Default for UpdateUsagePlanInputBuilder
source§fn default() -> UpdateUsagePlanInputBuilder
fn default() -> UpdateUsagePlanInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateUsagePlanInputBuilder
impl PartialEq for UpdateUsagePlanInputBuilder
source§fn eq(&self, other: &UpdateUsagePlanInputBuilder) -> bool
fn eq(&self, other: &UpdateUsagePlanInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdateUsagePlanInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateUsagePlanInputBuilder
impl Send for UpdateUsagePlanInputBuilder
impl Sync for UpdateUsagePlanInputBuilder
impl Unpin for UpdateUsagePlanInputBuilder
impl UnwindSafe for UpdateUsagePlanInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.