Struct aws_sdk_auditmanager::input::GetControlInput
source · #[non_exhaustive]pub struct GetControlInput { /* private fields */ }
Implementations§
source§impl GetControlInput
impl GetControlInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetControl, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetControl, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetControl
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetControlInput
.
source§impl GetControlInput
impl GetControlInput
sourcepub fn control_id(&self) -> Option<&str>
pub fn control_id(&self) -> Option<&str>
The identifier for the control.
Trait Implementations§
source§impl Clone for GetControlInput
impl Clone for GetControlInput
source§fn clone(&self) -> GetControlInput
fn clone(&self) -> GetControlInput
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 GetControlInput
impl Debug for GetControlInput
source§impl PartialEq<GetControlInput> for GetControlInput
impl PartialEq<GetControlInput> for GetControlInput
source§fn eq(&self, other: &GetControlInput) -> bool
fn eq(&self, other: &GetControlInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.