Struct aws_sdk_licensemanager::operation::get_service_settings::builders::GetServiceSettingsInputBuilder
source · #[non_exhaustive]pub struct GetServiceSettingsInputBuilder {}Expand description
A builder for GetServiceSettingsInput.
Implementations§
source§impl GetServiceSettingsInputBuilder
impl GetServiceSettingsInputBuilder
sourcepub fn build(self) -> Result<GetServiceSettingsInput, BuildError>
pub fn build(self) -> Result<GetServiceSettingsInput, BuildError>
Consumes the builder and constructs a GetServiceSettingsInput.
source§impl GetServiceSettingsInputBuilder
impl GetServiceSettingsInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<GetServiceSettingsOutput, SdkError<GetServiceSettingsError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<GetServiceSettingsOutput, SdkError<GetServiceSettingsError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for GetServiceSettingsInputBuilder
impl Clone for GetServiceSettingsInputBuilder
source§fn clone(&self) -> GetServiceSettingsInputBuilder
fn clone(&self) -> GetServiceSettingsInputBuilder
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 Default for GetServiceSettingsInputBuilder
impl Default for GetServiceSettingsInputBuilder
source§fn default() -> GetServiceSettingsInputBuilder
fn default() -> GetServiceSettingsInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetServiceSettingsInputBuilder> for GetServiceSettingsInputBuilder
impl PartialEq<GetServiceSettingsInputBuilder> for GetServiceSettingsInputBuilder
source§fn eq(&self, other: &GetServiceSettingsInputBuilder) -> bool
fn eq(&self, other: &GetServiceSettingsInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetServiceSettingsInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetServiceSettingsInputBuilder
impl Send for GetServiceSettingsInputBuilder
impl Sync for GetServiceSettingsInputBuilder
impl Unpin for GetServiceSettingsInputBuilder
impl UnwindSafe for GetServiceSettingsInputBuilder
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