pub struct Builder { /* private fields */ }
Expand description
A builder for AcknowledgeThirdPartyJobOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn status(self, input: JobStatus) -> Self
pub fn status(self, input: JobStatus) -> Self
The status information for the third party job, if any.
sourcepub fn set_status(self, input: Option<JobStatus>) -> Self
pub fn set_status(self, input: Option<JobStatus>) -> Self
The status information for the third party job, if any.
sourcepub fn build(self) -> AcknowledgeThirdPartyJobOutput
pub fn build(self) -> AcknowledgeThirdPartyJobOutput
Consumes the builder and constructs a AcknowledgeThirdPartyJobOutput
.