Struct aws_sdk_qldb::operation::get_digest::builders::GetDigestOutputBuilder
source · #[non_exhaustive]pub struct GetDigestOutputBuilder { /* private fields */ }Expand description
A builder for GetDigestOutput.
Implementations§
source§impl GetDigestOutputBuilder
impl GetDigestOutputBuilder
sourcepub fn digest(self, input: Blob) -> Self
pub fn digest(self, input: Blob) -> Self
The 256-bit hash value representing the digest returned by a GetDigest request.
sourcepub fn set_digest(self, input: Option<Blob>) -> Self
pub fn set_digest(self, input: Option<Blob>) -> Self
The 256-bit hash value representing the digest returned by a GetDigest request.
sourcepub fn digest_tip_address(self, input: ValueHolder) -> Self
pub fn digest_tip_address(self, input: ValueHolder) -> Self
The latest block location covered by the digest that you requested. An address is an Amazon Ion structure that has two fields: strandId and sequenceNo.
sourcepub fn set_digest_tip_address(self, input: Option<ValueHolder>) -> Self
pub fn set_digest_tip_address(self, input: Option<ValueHolder>) -> Self
The latest block location covered by the digest that you requested. An address is an Amazon Ion structure that has two fields: strandId and sequenceNo.
sourcepub fn build(self) -> GetDigestOutput
pub fn build(self) -> GetDigestOutput
Consumes the builder and constructs a GetDigestOutput.
Trait Implementations§
source§impl Clone for GetDigestOutputBuilder
impl Clone for GetDigestOutputBuilder
source§fn clone(&self) -> GetDigestOutputBuilder
fn clone(&self) -> GetDigestOutputBuilder
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 Debug for GetDigestOutputBuilder
impl Debug for GetDigestOutputBuilder
source§impl Default for GetDigestOutputBuilder
impl Default for GetDigestOutputBuilder
source§fn default() -> GetDigestOutputBuilder
fn default() -> GetDigestOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetDigestOutputBuilder> for GetDigestOutputBuilder
impl PartialEq<GetDigestOutputBuilder> for GetDigestOutputBuilder
source§fn eq(&self, other: &GetDigestOutputBuilder) -> bool
fn eq(&self, other: &GetDigestOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetDigestOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetDigestOutputBuilder
impl Send for GetDigestOutputBuilder
impl Sync for GetDigestOutputBuilder
impl Unpin for GetDigestOutputBuilder
impl UnwindSafe for GetDigestOutputBuilder
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