#[non_exhaustive]pub struct GetUploadOutputBuilder { /* private fields */ }Expand description
A builder for GetUploadOutput.
Implementations§
source§impl GetUploadOutputBuilder
impl GetUploadOutputBuilder
sourcepub fn upload(self, input: Upload) -> Self
pub fn upload(self, input: Upload) -> Self
An app or a set of one or more tests to upload or that have been uploaded.
sourcepub fn set_upload(self, input: Option<Upload>) -> Self
pub fn set_upload(self, input: Option<Upload>) -> Self
An app or a set of one or more tests to upload or that have been uploaded.
sourcepub fn build(self) -> GetUploadOutput
pub fn build(self) -> GetUploadOutput
Consumes the builder and constructs a GetUploadOutput.
Trait Implementations§
source§impl Clone for GetUploadOutputBuilder
impl Clone for GetUploadOutputBuilder
source§fn clone(&self) -> GetUploadOutputBuilder
fn clone(&self) -> GetUploadOutputBuilder
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 GetUploadOutputBuilder
impl Debug for GetUploadOutputBuilder
source§impl Default for GetUploadOutputBuilder
impl Default for GetUploadOutputBuilder
source§fn default() -> GetUploadOutputBuilder
fn default() -> GetUploadOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetUploadOutputBuilder> for GetUploadOutputBuilder
impl PartialEq<GetUploadOutputBuilder> for GetUploadOutputBuilder
source§fn eq(&self, other: &GetUploadOutputBuilder) -> bool
fn eq(&self, other: &GetUploadOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.