Struct aws_sdk_redshift::operation::describe_cluster_tracks::builders::DescribeClusterTracksOutputBuilder
source · #[non_exhaustive]pub struct DescribeClusterTracksOutputBuilder { /* private fields */ }Expand description
A builder for DescribeClusterTracksOutput.
Implementations§
source§impl DescribeClusterTracksOutputBuilder
impl DescribeClusterTracksOutputBuilder
sourcepub fn maintenance_tracks(self, input: MaintenanceTrack) -> Self
pub fn maintenance_tracks(self, input: MaintenanceTrack) -> Self
Appends an item to maintenance_tracks.
To override the contents of this collection use set_maintenance_tracks.
A list of maintenance tracks output by the DescribeClusterTracks operation.
sourcepub fn set_maintenance_tracks(
self,
input: Option<Vec<MaintenanceTrack>>
) -> Self
pub fn set_maintenance_tracks( self, input: Option<Vec<MaintenanceTrack>> ) -> Self
A list of maintenance tracks output by the DescribeClusterTracks operation.
sourcepub fn get_maintenance_tracks(&self) -> &Option<Vec<MaintenanceTrack>>
pub fn get_maintenance_tracks(&self) -> &Option<Vec<MaintenanceTrack>>
A list of maintenance tracks output by the DescribeClusterTracks operation.
sourcepub fn marker(self, input: impl Into<String>) -> Self
pub fn marker(self, input: impl Into<String>) -> Self
The starting point to return a set of response tracklist records. 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
The starting point to return a set of response tracklist records. 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>
The starting point to return a set of response tracklist records. 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) -> DescribeClusterTracksOutput
pub fn build(self) -> DescribeClusterTracksOutput
Consumes the builder and constructs a DescribeClusterTracksOutput.
Trait Implementations§
source§impl Clone for DescribeClusterTracksOutputBuilder
impl Clone for DescribeClusterTracksOutputBuilder
source§fn clone(&self) -> DescribeClusterTracksOutputBuilder
fn clone(&self) -> DescribeClusterTracksOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DescribeClusterTracksOutputBuilder
impl Default for DescribeClusterTracksOutputBuilder
source§fn default() -> DescribeClusterTracksOutputBuilder
fn default() -> DescribeClusterTracksOutputBuilder
source§impl PartialEq<DescribeClusterTracksOutputBuilder> for DescribeClusterTracksOutputBuilder
impl PartialEq<DescribeClusterTracksOutputBuilder> for DescribeClusterTracksOutputBuilder
source§fn eq(&self, other: &DescribeClusterTracksOutputBuilder) -> bool
fn eq(&self, other: &DescribeClusterTracksOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.