Struct aws_sdk_omics::operation::get_read_set::GetReadSetOutput
source · #[non_exhaustive]pub struct GetReadSetOutput {
pub payload: ByteStream,
/* private fields */
}
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.payload: ByteStream
The read set file payload.
Implementations§
source§impl GetReadSetOutput
impl GetReadSetOutput
sourcepub fn payload(&self) -> &ByteStream
pub fn payload(&self) -> &ByteStream
The read set file payload.
source§impl GetReadSetOutput
impl GetReadSetOutput
sourcepub fn builder() -> GetReadSetOutputBuilder
pub fn builder() -> GetReadSetOutputBuilder
Creates a new builder-style object to manufacture GetReadSetOutput
.
Trait Implementations§
source§impl Debug for GetReadSetOutput
impl Debug for GetReadSetOutput
source§impl RequestId for GetReadSetOutput
impl RequestId for GetReadSetOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.