Struct aws_sdk_devicefarm::operation::get_job::GetJobOutput
source · #[non_exhaustive]pub struct GetJobOutput { /* private fields */ }Expand description
Represents the result of a get job request.
Implementations§
source§impl GetJobOutput
impl GetJobOutput
source§impl GetJobOutput
impl GetJobOutput
sourcepub fn builder() -> GetJobOutputBuilder
pub fn builder() -> GetJobOutputBuilder
Creates a new builder-style object to manufacture GetJobOutput.
Trait Implementations§
source§impl Clone for GetJobOutput
impl Clone for GetJobOutput
source§fn clone(&self) -> GetJobOutput
fn clone(&self) -> GetJobOutput
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 GetJobOutput
impl Debug for GetJobOutput
source§impl PartialEq<GetJobOutput> for GetJobOutput
impl PartialEq<GetJobOutput> for GetJobOutput
source§fn eq(&self, other: &GetJobOutput) -> bool
fn eq(&self, other: &GetJobOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetJobOutput
impl RequestId for GetJobOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.