Struct aws_sdk_elasticache::operation::describe_service_updates::builders::DescribeServiceUpdatesInputBuilder
source · #[non_exhaustive]pub struct DescribeServiceUpdatesInputBuilder { /* private fields */ }
Expand description
A builder for DescribeServiceUpdatesInput
.
Implementations§
source§impl DescribeServiceUpdatesInputBuilder
impl DescribeServiceUpdatesInputBuilder
sourcepub fn service_update_name(self, input: impl Into<String>) -> Self
pub fn service_update_name(self, input: impl Into<String>) -> Self
The unique ID of the service update
sourcepub fn set_service_update_name(self, input: Option<String>) -> Self
pub fn set_service_update_name(self, input: Option<String>) -> Self
The unique ID of the service update
sourcepub fn get_service_update_name(&self) -> &Option<String>
pub fn get_service_update_name(&self) -> &Option<String>
The unique ID of the service update
sourcepub fn service_update_status(self, input: ServiceUpdateStatus) -> Self
pub fn service_update_status(self, input: ServiceUpdateStatus) -> Self
Appends an item to service_update_status
.
To override the contents of this collection use set_service_update_status
.
The status of the service update
sourcepub fn set_service_update_status(
self,
input: Option<Vec<ServiceUpdateStatus>>
) -> Self
pub fn set_service_update_status( self, input: Option<Vec<ServiceUpdateStatus>> ) -> Self
The status of the service update
sourcepub fn get_service_update_status(&self) -> &Option<Vec<ServiceUpdateStatus>>
pub fn get_service_update_status(&self) -> &Option<Vec<ServiceUpdateStatus>>
The status of the service update
sourcepub fn max_records(self, input: i32) -> Self
pub fn max_records(self, input: i32) -> Self
The maximum number of records to include in the response
sourcepub fn set_max_records(self, input: Option<i32>) -> Self
pub fn set_max_records(self, input: Option<i32>) -> Self
The maximum number of records to include in the response
sourcepub fn get_max_records(&self) -> &Option<i32>
pub fn get_max_records(&self) -> &Option<i32>
The maximum number of records to include in the response
sourcepub fn marker(self, input: impl Into<String>) -> Self
pub fn marker(self, input: impl Into<String>) -> Self
An optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
sourcepub fn set_marker(self, input: Option<String>) -> Self
pub fn set_marker(self, input: Option<String>) -> Self
An optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
sourcepub fn get_marker(&self) -> &Option<String>
pub fn get_marker(&self) -> &Option<String>
An optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
sourcepub fn build(self) -> Result<DescribeServiceUpdatesInput, BuildError>
pub fn build(self) -> Result<DescribeServiceUpdatesInput, BuildError>
Consumes the builder and constructs a DescribeServiceUpdatesInput
.
source§impl DescribeServiceUpdatesInputBuilder
impl DescribeServiceUpdatesInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DescribeServiceUpdatesOutput, SdkError<DescribeServiceUpdatesError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DescribeServiceUpdatesOutput, SdkError<DescribeServiceUpdatesError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DescribeServiceUpdatesInputBuilder
impl Clone for DescribeServiceUpdatesInputBuilder
source§fn clone(&self) -> DescribeServiceUpdatesInputBuilder
fn clone(&self) -> DescribeServiceUpdatesInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for DescribeServiceUpdatesInputBuilder
impl Default for DescribeServiceUpdatesInputBuilder
source§fn default() -> DescribeServiceUpdatesInputBuilder
fn default() -> DescribeServiceUpdatesInputBuilder
source§impl PartialEq for DescribeServiceUpdatesInputBuilder
impl PartialEq for DescribeServiceUpdatesInputBuilder
source§fn eq(&self, other: &DescribeServiceUpdatesInputBuilder) -> bool
fn eq(&self, other: &DescribeServiceUpdatesInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.