Struct aws_sdk_opensearch::operation::get_domain_maintenance_status::builders::GetDomainMaintenanceStatusOutputBuilder
source · #[non_exhaustive]pub struct GetDomainMaintenanceStatusOutputBuilder { /* private fields */ }Expand description
A builder for GetDomainMaintenanceStatusOutput.
Implementations§
source§impl GetDomainMaintenanceStatusOutputBuilder
impl GetDomainMaintenanceStatusOutputBuilder
sourcepub fn status(self, input: MaintenanceStatus) -> Self
pub fn status(self, input: MaintenanceStatus) -> Self
The status of the maintenance action.
sourcepub fn set_status(self, input: Option<MaintenanceStatus>) -> Self
pub fn set_status(self, input: Option<MaintenanceStatus>) -> Self
The status of the maintenance action.
sourcepub fn get_status(&self) -> &Option<MaintenanceStatus>
pub fn get_status(&self) -> &Option<MaintenanceStatus>
The status of the maintenance action.
sourcepub fn status_message(self, input: impl Into<String>) -> Self
pub fn status_message(self, input: impl Into<String>) -> Self
The status message of the maintenance action.
sourcepub fn set_status_message(self, input: Option<String>) -> Self
pub fn set_status_message(self, input: Option<String>) -> Self
The status message of the maintenance action.
sourcepub fn get_status_message(&self) -> &Option<String>
pub fn get_status_message(&self) -> &Option<String>
The status message of the maintenance action.
sourcepub fn set_node_id(self, input: Option<String>) -> Self
pub fn set_node_id(self, input: Option<String>) -> Self
The node ID of the maintenance action.
sourcepub fn get_node_id(&self) -> &Option<String>
pub fn get_node_id(&self) -> &Option<String>
The node ID of the maintenance action.
sourcepub fn action(self, input: MaintenanceType) -> Self
pub fn action(self, input: MaintenanceType) -> Self
The action name.
sourcepub fn set_action(self, input: Option<MaintenanceType>) -> Self
pub fn set_action(self, input: Option<MaintenanceType>) -> Self
The action name.
sourcepub fn get_action(&self) -> &Option<MaintenanceType>
pub fn get_action(&self) -> &Option<MaintenanceType>
The action name.
sourcepub fn created_at(self, input: DateTime) -> Self
pub fn created_at(self, input: DateTime) -> Self
The time at which the action was created.
sourcepub fn set_created_at(self, input: Option<DateTime>) -> Self
pub fn set_created_at(self, input: Option<DateTime>) -> Self
The time at which the action was created.
sourcepub fn get_created_at(&self) -> &Option<DateTime>
pub fn get_created_at(&self) -> &Option<DateTime>
The time at which the action was created.
sourcepub fn updated_at(self, input: DateTime) -> Self
pub fn updated_at(self, input: DateTime) -> Self
The time at which the action was updated.
sourcepub fn set_updated_at(self, input: Option<DateTime>) -> Self
pub fn set_updated_at(self, input: Option<DateTime>) -> Self
The time at which the action was updated.
sourcepub fn get_updated_at(&self) -> &Option<DateTime>
pub fn get_updated_at(&self) -> &Option<DateTime>
The time at which the action was updated.
sourcepub fn build(self) -> GetDomainMaintenanceStatusOutput
pub fn build(self) -> GetDomainMaintenanceStatusOutput
Consumes the builder and constructs a GetDomainMaintenanceStatusOutput.
Trait Implementations§
source§impl Clone for GetDomainMaintenanceStatusOutputBuilder
impl Clone for GetDomainMaintenanceStatusOutputBuilder
source§fn clone(&self) -> GetDomainMaintenanceStatusOutputBuilder
fn clone(&self) -> GetDomainMaintenanceStatusOutputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for GetDomainMaintenanceStatusOutputBuilder
impl Default for GetDomainMaintenanceStatusOutputBuilder
source§fn default() -> GetDomainMaintenanceStatusOutputBuilder
fn default() -> GetDomainMaintenanceStatusOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetDomainMaintenanceStatusOutputBuilder
impl PartialEq for GetDomainMaintenanceStatusOutputBuilder
source§fn eq(&self, other: &GetDomainMaintenanceStatusOutputBuilder) -> bool
fn eq(&self, other: &GetDomainMaintenanceStatusOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetDomainMaintenanceStatusOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetDomainMaintenanceStatusOutputBuilder
impl Send for GetDomainMaintenanceStatusOutputBuilder
impl Sync for GetDomainMaintenanceStatusOutputBuilder
impl Unpin for GetDomainMaintenanceStatusOutputBuilder
impl UnwindSafe for GetDomainMaintenanceStatusOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.