#[non_exhaustive]pub struct GetReadSetOutputBuilder { /* private fields */ }
Expand description
A builder for GetReadSetOutput
.
Implementations§
source§impl GetReadSetOutputBuilder
impl GetReadSetOutputBuilder
sourcepub fn payload(self, input: ByteStream) -> Self
pub fn payload(self, input: ByteStream) -> Self
The read set file payload.
sourcepub fn set_payload(self, input: Option<ByteStream>) -> Self
pub fn set_payload(self, input: Option<ByteStream>) -> Self
The read set file payload.
sourcepub fn build(self) -> GetReadSetOutput
pub fn build(self) -> GetReadSetOutput
Consumes the builder and constructs a GetReadSetOutput
.
Trait Implementations§
source§impl Debug for GetReadSetOutputBuilder
impl Debug for GetReadSetOutputBuilder
source§impl Default for GetReadSetOutputBuilder
impl Default for GetReadSetOutputBuilder
source§fn default() -> GetReadSetOutputBuilder
fn default() -> GetReadSetOutputBuilder
Returns the “default value” for a type. Read more