Struct aws_sdk_s3outposts::operation::list_outposts_with_s3::builders::ListOutpostsWithS3InputBuilder
source · #[non_exhaustive]pub struct ListOutpostsWithS3InputBuilder { /* private fields */ }Expand description
A builder for ListOutpostsWithS3Input.
Implementations§
source§impl ListOutpostsWithS3InputBuilder
impl ListOutpostsWithS3InputBuilder
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
When you can get additional results from the ListOutpostsWithS3 call, a NextToken parameter is returned in the output. You can then pass in a subsequent command to the NextToken parameter to continue listing additional Outposts.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
When you can get additional results from the ListOutpostsWithS3 call, a NextToken parameter is returned in the output. You can then pass in a subsequent command to the NextToken parameter to continue listing additional Outposts.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
When you can get additional results from the ListOutpostsWithS3 call, a NextToken parameter is returned in the output. You can then pass in a subsequent command to the NextToken parameter to continue listing additional Outposts.
sourcepub fn max_results(self, input: i32) -> Self
pub fn max_results(self, input: i32) -> Self
The maximum number of Outposts to return. The limit 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 Outposts to return. The limit is 100.
sourcepub fn get_max_results(&self) -> &Option<i32>
pub fn get_max_results(&self) -> &Option<i32>
The maximum number of Outposts to return. The limit is 100.
sourcepub fn build(self) -> Result<ListOutpostsWithS3Input, BuildError>
pub fn build(self) -> Result<ListOutpostsWithS3Input, BuildError>
Consumes the builder and constructs a ListOutpostsWithS3Input.
source§impl ListOutpostsWithS3InputBuilder
impl ListOutpostsWithS3InputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<ListOutpostsWithS3Output, SdkError<ListOutpostsWithS3Error, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<ListOutpostsWithS3Output, SdkError<ListOutpostsWithS3Error, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for ListOutpostsWithS3InputBuilder
impl Clone for ListOutpostsWithS3InputBuilder
source§fn clone(&self) -> ListOutpostsWithS3InputBuilder
fn clone(&self) -> ListOutpostsWithS3InputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for ListOutpostsWithS3InputBuilder
impl Default for ListOutpostsWithS3InputBuilder
source§fn default() -> ListOutpostsWithS3InputBuilder
fn default() -> ListOutpostsWithS3InputBuilder
source§impl PartialEq for ListOutpostsWithS3InputBuilder
impl PartialEq for ListOutpostsWithS3InputBuilder
source§fn eq(&self, other: &ListOutpostsWithS3InputBuilder) -> bool
fn eq(&self, other: &ListOutpostsWithS3InputBuilder) -> bool
self and other values to be equal, and is used
by ==.