#[non_exhaustive]pub struct GetJobDocumentOutputBuilder { /* private fields */ }
Expand description
A builder for GetJobDocumentOutput
.
Implementations§
source§impl GetJobDocumentOutputBuilder
impl GetJobDocumentOutputBuilder
sourcepub fn set_document(self, input: Option<String>) -> Self
pub fn set_document(self, input: Option<String>) -> Self
The job document content.
sourcepub fn build(self) -> GetJobDocumentOutput
pub fn build(self) -> GetJobDocumentOutput
Consumes the builder and constructs a GetJobDocumentOutput
.
Trait Implementations§
source§impl Clone for GetJobDocumentOutputBuilder
impl Clone for GetJobDocumentOutputBuilder
source§fn clone(&self) -> GetJobDocumentOutputBuilder
fn clone(&self) -> GetJobDocumentOutputBuilder
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 GetJobDocumentOutputBuilder
impl Debug for GetJobDocumentOutputBuilder
source§impl Default for GetJobDocumentOutputBuilder
impl Default for GetJobDocumentOutputBuilder
source§fn default() -> GetJobDocumentOutputBuilder
fn default() -> GetJobDocumentOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetJobDocumentOutputBuilder> for GetJobDocumentOutputBuilder
impl PartialEq<GetJobDocumentOutputBuilder> for GetJobDocumentOutputBuilder
source§fn eq(&self, other: &GetJobDocumentOutputBuilder) -> bool
fn eq(&self, other: &GetJobDocumentOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.