Struct aws_sdk_redshift::operation::describe_data_shares::builders::DescribeDataSharesOutputBuilder
source · #[non_exhaustive]pub struct DescribeDataSharesOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeDataSharesOutput
.
Implementations§
Appends an item to data_shares
.
To override the contents of this collection use set_data_shares
.
The results returned from describing datashares.
The results returned from describing datashares.
The results returned from describing datashares.
sourcepub fn marker(self, input: impl Into<String>) -> Self
pub fn marker(self, input: impl Into<String>) -> Self
An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeDataShares
request exceed the value specified in MaxRecords
, Amazon Web Services returns a value in the Marker
field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker
parameter and retrying the request.
sourcepub fn set_marker(self, input: Option<String>) -> Self
pub fn set_marker(self, input: Option<String>) -> Self
An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeDataShares
request exceed the value specified in MaxRecords
, Amazon Web Services returns a value in the Marker
field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker
parameter and retrying the request.
sourcepub fn get_marker(&self) -> &Option<String>
pub fn get_marker(&self) -> &Option<String>
An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeDataShares
request exceed the value specified in MaxRecords
, Amazon Web Services returns a value in the Marker
field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker
parameter and retrying the request.
sourcepub fn build(self) -> DescribeDataSharesOutput
pub fn build(self) -> DescribeDataSharesOutput
Consumes the builder and constructs a DescribeDataSharesOutput
.
Trait Implementations§
source§fn clone(&self) -> DescribeDataSharesOutputBuilder
fn clone(&self) -> DescribeDataSharesOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§fn default() -> DescribeDataSharesOutputBuilder
fn default() -> DescribeDataSharesOutputBuilder
source§fn eq(&self, other: &DescribeDataSharesOutputBuilder) -> bool
fn eq(&self, other: &DescribeDataSharesOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.