Struct aws_sdk_databasemigration::output::describe_pending_maintenance_actions_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DescribePendingMaintenanceActionsOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn pending_maintenance_actions(
self,
input: ResourcePendingMaintenanceActions
) -> Self
pub fn pending_maintenance_actions(
self,
input: ResourcePendingMaintenanceActions
) -> Self
Appends an item to pending_maintenance_actions
.
To override the contents of this collection use set_pending_maintenance_actions
.
The pending maintenance action.
sourcepub fn set_pending_maintenance_actions(
self,
input: Option<Vec<ResourcePendingMaintenanceActions>>
) -> Self
pub fn set_pending_maintenance_actions(
self,
input: Option<Vec<ResourcePendingMaintenanceActions>>
) -> Self
The pending maintenance action.
sourcepub fn marker(self, input: impl Into<String>) -> Self
pub fn marker(self, input: impl Into<String>) -> Self
An optional pagination token provided by a previous request. 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 pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
sourcepub fn build(self) -> DescribePendingMaintenanceActionsOutput
pub fn build(self) -> DescribePendingMaintenanceActionsOutput
Consumes the builder and constructs a DescribePendingMaintenanceActionsOutput
.