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