Struct aws_sdk_devicefarm::operation::create_test_grid_url::builders::CreateTestGridUrlOutputBuilder
source · #[non_exhaustive]pub struct CreateTestGridUrlOutputBuilder { /* private fields */ }Expand description
A builder for CreateTestGridUrlOutput.
Implementations§
source§impl CreateTestGridUrlOutputBuilder
impl CreateTestGridUrlOutputBuilder
sourcepub fn url(self, input: impl Into<String>) -> Self
pub fn url(self, input: impl Into<String>) -> Self
A signed URL, expiring in CreateTestGridUrlRequest$expiresInSeconds seconds, to be passed to a RemoteWebDriver.
sourcepub fn set_url(self, input: Option<String>) -> Self
pub fn set_url(self, input: Option<String>) -> Self
A signed URL, expiring in CreateTestGridUrlRequest$expiresInSeconds seconds, to be passed to a RemoteWebDriver.
sourcepub fn get_url(&self) -> &Option<String>
pub fn get_url(&self) -> &Option<String>
A signed URL, expiring in CreateTestGridUrlRequest$expiresInSeconds seconds, to be passed to a RemoteWebDriver.
sourcepub fn expires(self, input: DateTime) -> Self
pub fn expires(self, input: DateTime) -> Self
The number of seconds the URL from CreateTestGridUrlResult$url stays active.
sourcepub fn set_expires(self, input: Option<DateTime>) -> Self
pub fn set_expires(self, input: Option<DateTime>) -> Self
The number of seconds the URL from CreateTestGridUrlResult$url stays active.
sourcepub fn get_expires(&self) -> &Option<DateTime>
pub fn get_expires(&self) -> &Option<DateTime>
The number of seconds the URL from CreateTestGridUrlResult$url stays active.
sourcepub fn build(self) -> CreateTestGridUrlOutput
pub fn build(self) -> CreateTestGridUrlOutput
Consumes the builder and constructs a CreateTestGridUrlOutput.
Trait Implementations§
source§impl Clone for CreateTestGridUrlOutputBuilder
impl Clone for CreateTestGridUrlOutputBuilder
source§fn clone(&self) -> CreateTestGridUrlOutputBuilder
fn clone(&self) -> CreateTestGridUrlOutputBuilder
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 Default for CreateTestGridUrlOutputBuilder
impl Default for CreateTestGridUrlOutputBuilder
source§fn default() -> CreateTestGridUrlOutputBuilder
fn default() -> CreateTestGridUrlOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for CreateTestGridUrlOutputBuilder
impl PartialEq for CreateTestGridUrlOutputBuilder
source§fn eq(&self, other: &CreateTestGridUrlOutputBuilder) -> bool
fn eq(&self, other: &CreateTestGridUrlOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CreateTestGridUrlOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CreateTestGridUrlOutputBuilder
impl Send for CreateTestGridUrlOutputBuilder
impl Sync for CreateTestGridUrlOutputBuilder
impl Unpin for CreateTestGridUrlOutputBuilder
impl UnwindSafe for CreateTestGridUrlOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.