Struct aws_sdk_personalize::operation::list_batch_segment_jobs::builders::ListBatchSegmentJobsInputBuilder
source · #[non_exhaustive]pub struct ListBatchSegmentJobsInputBuilder { /* private fields */ }Expand description
A builder for ListBatchSegmentJobsInput.
Implementations§
source§impl ListBatchSegmentJobsInputBuilder
impl ListBatchSegmentJobsInputBuilder
sourcepub fn solution_version_arn(self, input: impl Into<String>) -> Self
pub fn solution_version_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the solution version that the batch segment jobs used to generate batch segments.
sourcepub fn set_solution_version_arn(self, input: Option<String>) -> Self
pub fn set_solution_version_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the solution version that the batch segment jobs used to generate batch segments.
sourcepub fn get_solution_version_arn(&self) -> &Option<String>
pub fn get_solution_version_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the solution version that the batch segment jobs used to generate batch segments.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The token to request the next page of results.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The token to request the next page of results.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The token to request the next page of results.
sourcepub fn max_results(self, input: i32) -> Self
pub fn max_results(self, input: i32) -> Self
The maximum number of batch segment job results to return in each page. The default value is 100.
sourcepub fn set_max_results(self, input: Option<i32>) -> Self
pub fn set_max_results(self, input: Option<i32>) -> Self
The maximum number of batch segment job results to return in each page. The default value is 100.
sourcepub fn get_max_results(&self) -> &Option<i32>
pub fn get_max_results(&self) -> &Option<i32>
The maximum number of batch segment job results to return in each page. The default value is 100.
sourcepub fn build(self) -> Result<ListBatchSegmentJobsInput, BuildError>
pub fn build(self) -> Result<ListBatchSegmentJobsInput, BuildError>
Consumes the builder and constructs a ListBatchSegmentJobsInput.
source§impl ListBatchSegmentJobsInputBuilder
impl ListBatchSegmentJobsInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<ListBatchSegmentJobsOutput, SdkError<ListBatchSegmentJobsError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<ListBatchSegmentJobsOutput, SdkError<ListBatchSegmentJobsError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for ListBatchSegmentJobsInputBuilder
impl Clone for ListBatchSegmentJobsInputBuilder
source§fn clone(&self) -> ListBatchSegmentJobsInputBuilder
fn clone(&self) -> ListBatchSegmentJobsInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for ListBatchSegmentJobsInputBuilder
impl Default for ListBatchSegmentJobsInputBuilder
source§fn default() -> ListBatchSegmentJobsInputBuilder
fn default() -> ListBatchSegmentJobsInputBuilder
source§impl PartialEq for ListBatchSegmentJobsInputBuilder
impl PartialEq for ListBatchSegmentJobsInputBuilder
source§fn eq(&self, other: &ListBatchSegmentJobsInputBuilder) -> bool
fn eq(&self, other: &ListBatchSegmentJobsInputBuilder) -> bool
self and other values to be equal, and is used
by ==.