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