Struct aws_sdk_datasync::operation::list_discovery_jobs::builders::ListDiscoveryJobsInputBuilder
source · #[non_exhaustive]pub struct ListDiscoveryJobsInputBuilder { /* private fields */ }
Expand description
A builder for ListDiscoveryJobsInput
.
Implementations§
source§impl ListDiscoveryJobsInputBuilder
impl ListDiscoveryJobsInputBuilder
sourcepub fn storage_system_arn(self, input: impl Into<String>) -> Self
pub fn storage_system_arn(self, input: impl Into<String>) -> Self
Specifies the Amazon Resource Name (ARN) of an on-premises storage system. Use this parameter if you only want to list the discovery jobs that are associated with a specific storage system.
sourcepub fn set_storage_system_arn(self, input: Option<String>) -> Self
pub fn set_storage_system_arn(self, input: Option<String>) -> Self
Specifies the Amazon Resource Name (ARN) of an on-premises storage system. Use this parameter if you only want to list the discovery jobs that are associated with a specific storage system.
sourcepub fn get_storage_system_arn(&self) -> &Option<String>
pub fn get_storage_system_arn(&self) -> &Option<String>
Specifies the Amazon Resource Name (ARN) of an on-premises storage system. Use this parameter if you only want to list the discovery jobs that are associated with a specific storage system.
sourcepub fn max_results(self, input: i32) -> Self
pub fn max_results(self, input: i32) -> Self
Specifies how many results you want in the response.
sourcepub fn set_max_results(self, input: Option<i32>) -> Self
pub fn set_max_results(self, input: Option<i32>) -> Self
Specifies how many results you want in the response.
sourcepub fn get_max_results(&self) -> &Option<i32>
pub fn get_max_results(&self) -> &Option<i32>
Specifies how many results you want in the response.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
Specifies an opaque string that indicates the position to begin the next list of results in the response.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
Specifies an opaque string that indicates the position to begin the next list of results in the response.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
Specifies an opaque string that indicates the position to begin the next list of results in the response.
sourcepub fn build(self) -> Result<ListDiscoveryJobsInput, BuildError>
pub fn build(self) -> Result<ListDiscoveryJobsInput, BuildError>
Consumes the builder and constructs a ListDiscoveryJobsInput
.
source§impl ListDiscoveryJobsInputBuilder
impl ListDiscoveryJobsInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<ListDiscoveryJobsOutput, SdkError<ListDiscoveryJobsError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<ListDiscoveryJobsOutput, SdkError<ListDiscoveryJobsError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for ListDiscoveryJobsInputBuilder
impl Clone for ListDiscoveryJobsInputBuilder
source§fn clone(&self) -> ListDiscoveryJobsInputBuilder
fn clone(&self) -> ListDiscoveryJobsInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for ListDiscoveryJobsInputBuilder
impl Default for ListDiscoveryJobsInputBuilder
source§fn default() -> ListDiscoveryJobsInputBuilder
fn default() -> ListDiscoveryJobsInputBuilder
source§impl PartialEq for ListDiscoveryJobsInputBuilder
impl PartialEq for ListDiscoveryJobsInputBuilder
source§fn eq(&self, other: &ListDiscoveryJobsInputBuilder) -> bool
fn eq(&self, other: &ListDiscoveryJobsInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.