Struct aws_sdk_ssm::input::GetMaintenanceWindowInput
source · [−]#[non_exhaustive]pub struct GetMaintenanceWindowInput { /* private fields */ }
Implementations
sourceimpl GetMaintenanceWindowInput
impl GetMaintenanceWindowInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetMaintenanceWindow, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetMaintenanceWindow, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetMaintenanceWindow
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetMaintenanceWindowInput
.
Trait Implementations
sourceimpl Clone for GetMaintenanceWindowInput
impl Clone for GetMaintenanceWindowInput
sourcefn clone(&self) -> GetMaintenanceWindowInput
fn clone(&self) -> GetMaintenanceWindowInput
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 GetMaintenanceWindowInput
impl Debug for GetMaintenanceWindowInput
sourceimpl PartialEq<GetMaintenanceWindowInput> for GetMaintenanceWindowInput
impl PartialEq<GetMaintenanceWindowInput> for GetMaintenanceWindowInput
sourcefn eq(&self, other: &GetMaintenanceWindowInput) -> bool
fn eq(&self, other: &GetMaintenanceWindowInput) -> bool
impl StructuralPartialEq for GetMaintenanceWindowInput
Auto Trait Implementations
impl RefUnwindSafe for GetMaintenanceWindowInput
impl Send for GetMaintenanceWindowInput
impl Sync for GetMaintenanceWindowInput
impl Unpin for GetMaintenanceWindowInput
impl UnwindSafe for GetMaintenanceWindowInput
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