#[non_exhaustive]pub struct GenerateRecommendationsInput { /* private fields */ }
Implementations§
source§impl GenerateRecommendationsInput
impl GenerateRecommendationsInput
sourcepub fn discovery_job_arn(&self) -> Option<&str>
pub fn discovery_job_arn(&self) -> Option<&str>
Specifies the Amazon Resource Name (ARN) of the discovery job that collects information about your on-premises storage system.
sourcepub fn resource_ids(&self) -> Option<&[String]>
pub fn resource_ids(&self) -> Option<&[String]>
Specifies the universally unique identifiers (UUIDs) of the resources in your storage system that you want recommendations on.
sourcepub fn resource_type(&self) -> Option<&DiscoveryResourceType>
pub fn resource_type(&self) -> Option<&DiscoveryResourceType>
Specifies the type of resource in your storage system that you want recommendations on.
source§impl GenerateRecommendationsInput
impl GenerateRecommendationsInput
sourcepub fn builder() -> GenerateRecommendationsInputBuilder
pub fn builder() -> GenerateRecommendationsInputBuilder
Creates a new builder-style object to manufacture GenerateRecommendationsInput
.
source§impl GenerateRecommendationsInput
impl GenerateRecommendationsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GenerateRecommendations, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GenerateRecommendations, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GenerateRecommendations
>
Trait Implementations§
source§impl Clone for GenerateRecommendationsInput
impl Clone for GenerateRecommendationsInput
source§fn clone(&self) -> GenerateRecommendationsInput
fn clone(&self) -> GenerateRecommendationsInput
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 GenerateRecommendationsInput
impl Debug for GenerateRecommendationsInput
source§impl PartialEq<GenerateRecommendationsInput> for GenerateRecommendationsInput
impl PartialEq<GenerateRecommendationsInput> for GenerateRecommendationsInput
source§fn eq(&self, other: &GenerateRecommendationsInput) -> bool
fn eq(&self, other: &GenerateRecommendationsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GenerateRecommendationsInput
Auto Trait Implementations§
impl RefUnwindSafe for GenerateRecommendationsInput
impl Send for GenerateRecommendationsInput
impl Sync for GenerateRecommendationsInput
impl Unpin for GenerateRecommendationsInput
impl UnwindSafe for GenerateRecommendationsInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more