Struct aws_sdk_s3outposts::operation::list_outposts_with_s3::builders::ListOutpostsWithS3OutputBuilder
source · #[non_exhaustive]pub struct ListOutpostsWithS3OutputBuilder { /* private fields */ }Expand description
A builder for ListOutpostsWithS3Output.
Implementations§
source§impl ListOutpostsWithS3OutputBuilder
impl ListOutpostsWithS3OutputBuilder
sourcepub fn outposts(self, input: Outpost) -> Self
pub fn outposts(self, input: Outpost) -> Self
Appends an item to outposts.
To override the contents of this collection use set_outposts.
Returns the list of Outposts that have the following characteristics:
-
outposts that have S3 provisioned
-
outposts that are
Active(not pending any provisioning nor decommissioned) -
outposts to which the the calling Amazon Web Services account has access
sourcepub fn set_outposts(self, input: Option<Vec<Outpost>>) -> Self
pub fn set_outposts(self, input: Option<Vec<Outpost>>) -> Self
Returns the list of Outposts that have the following characteristics:
-
outposts that have S3 provisioned
-
outposts that are
Active(not pending any provisioning nor decommissioned) -
outposts to which the the calling Amazon Web Services account has access
sourcepub fn get_outposts(&self) -> &Option<Vec<Outpost>>
pub fn get_outposts(&self) -> &Option<Vec<Outpost>>
Returns the list of Outposts that have the following characteristics:
-
outposts that have S3 provisioned
-
outposts that are
Active(not pending any provisioning nor decommissioned) -
outposts to which the the calling Amazon Web Services account has access
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
Returns a token that you can use to call ListOutpostsWithS3 again and receive additional results, if there are any.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
Returns a token that you can use to call ListOutpostsWithS3 again and receive additional results, if there are any.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
Returns a token that you can use to call ListOutpostsWithS3 again and receive additional results, if there are any.
sourcepub fn build(self) -> ListOutpostsWithS3Output
pub fn build(self) -> ListOutpostsWithS3Output
Consumes the builder and constructs a ListOutpostsWithS3Output.
Trait Implementations§
source§impl Clone for ListOutpostsWithS3OutputBuilder
impl Clone for ListOutpostsWithS3OutputBuilder
source§fn clone(&self) -> ListOutpostsWithS3OutputBuilder
fn clone(&self) -> ListOutpostsWithS3OutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for ListOutpostsWithS3OutputBuilder
impl Default for ListOutpostsWithS3OutputBuilder
source§fn default() -> ListOutpostsWithS3OutputBuilder
fn default() -> ListOutpostsWithS3OutputBuilder
source§impl PartialEq for ListOutpostsWithS3OutputBuilder
impl PartialEq for ListOutpostsWithS3OutputBuilder
source§fn eq(&self, other: &ListOutpostsWithS3OutputBuilder) -> bool
fn eq(&self, other: &ListOutpostsWithS3OutputBuilder) -> bool
self and other values to be equal, and is used
by ==.