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