#[non_exhaustive]pub struct GetRecordsInput { /* private fields */ }Expand description
Represents the input of a GetRecords operation.
Implementations§
source§impl GetRecordsInput
impl GetRecordsInput
sourcepub fn shard_iterator(&self) -> Option<&str>
pub fn shard_iterator(&self) -> Option<&str>
A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.
source§impl GetRecordsInput
impl GetRecordsInput
sourcepub fn builder() -> GetRecordsInputBuilder
pub fn builder() -> GetRecordsInputBuilder
Creates a new builder-style object to manufacture GetRecordsInput.
source§impl GetRecordsInput
impl GetRecordsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetRecords, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetRecords, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetRecords>
Trait Implementations§
source§impl Clone for GetRecordsInput
impl Clone for GetRecordsInput
source§fn clone(&self) -> GetRecordsInput
fn clone(&self) -> GetRecordsInput
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 GetRecordsInput
impl Debug for GetRecordsInput
source§impl PartialEq<GetRecordsInput> for GetRecordsInput
impl PartialEq<GetRecordsInput> for GetRecordsInput
source§fn eq(&self, other: &GetRecordsInput) -> bool
fn eq(&self, other: &GetRecordsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetRecordsInput
Auto Trait Implementations§
impl RefUnwindSafe for GetRecordsInput
impl Send for GetRecordsInput
impl Sync for GetRecordsInput
impl Unpin for GetRecordsInput
impl UnwindSafe for GetRecordsInput
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