Struct aws_sdk_lightsail::operation::create_relational_database_snapshot::builders::CreateRelationalDatabaseSnapshotOutputBuilder
source · #[non_exhaustive]pub struct CreateRelationalDatabaseSnapshotOutputBuilder { /* private fields */ }Expand description
A builder for CreateRelationalDatabaseSnapshotOutput.
Implementations§
source§impl CreateRelationalDatabaseSnapshotOutputBuilder
impl CreateRelationalDatabaseSnapshotOutputBuilder
sourcepub fn operations(self, input: Operation) -> Self
pub fn operations(self, input: Operation) -> Self
Appends an item to operations.
To override the contents of this collection use set_operations.
An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.
sourcepub fn set_operations(self, input: Option<Vec<Operation>>) -> Self
pub fn set_operations(self, input: Option<Vec<Operation>>) -> Self
An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.
sourcepub fn get_operations(&self) -> &Option<Vec<Operation>>
pub fn get_operations(&self) -> &Option<Vec<Operation>>
An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.
sourcepub fn build(self) -> CreateRelationalDatabaseSnapshotOutput
pub fn build(self) -> CreateRelationalDatabaseSnapshotOutput
Consumes the builder and constructs a CreateRelationalDatabaseSnapshotOutput.
Trait Implementations§
source§impl Clone for CreateRelationalDatabaseSnapshotOutputBuilder
impl Clone for CreateRelationalDatabaseSnapshotOutputBuilder
source§fn clone(&self) -> CreateRelationalDatabaseSnapshotOutputBuilder
fn clone(&self) -> CreateRelationalDatabaseSnapshotOutputBuilder
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 CreateRelationalDatabaseSnapshotOutputBuilder
impl Default for CreateRelationalDatabaseSnapshotOutputBuilder
source§fn default() -> CreateRelationalDatabaseSnapshotOutputBuilder
fn default() -> CreateRelationalDatabaseSnapshotOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateRelationalDatabaseSnapshotOutputBuilder> for CreateRelationalDatabaseSnapshotOutputBuilder
impl PartialEq<CreateRelationalDatabaseSnapshotOutputBuilder> for CreateRelationalDatabaseSnapshotOutputBuilder
source§fn eq(&self, other: &CreateRelationalDatabaseSnapshotOutputBuilder) -> bool
fn eq(&self, other: &CreateRelationalDatabaseSnapshotOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CreateRelationalDatabaseSnapshotOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CreateRelationalDatabaseSnapshotOutputBuilder
impl Send for CreateRelationalDatabaseSnapshotOutputBuilder
impl Sync for CreateRelationalDatabaseSnapshotOutputBuilder
impl Unpin for CreateRelationalDatabaseSnapshotOutputBuilder
impl UnwindSafe for CreateRelationalDatabaseSnapshotOutputBuilder
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