pub struct Builder { /* private fields */ }
Expand description
A builder for GetThirdPartyJobDetailsOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn job_details(self, input: ThirdPartyJobDetails) -> Self
pub fn job_details(self, input: ThirdPartyJobDetails) -> Self
The details of the job, including any protected values defined for the job.
sourcepub fn set_job_details(self, input: Option<ThirdPartyJobDetails>) -> Self
pub fn set_job_details(self, input: Option<ThirdPartyJobDetails>) -> Self
The details of the job, including any protected values defined for the job.
sourcepub fn build(self) -> GetThirdPartyJobDetailsOutput
pub fn build(self) -> GetThirdPartyJobDetailsOutput
Consumes the builder and constructs a GetThirdPartyJobDetailsOutput
.