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