Struct aws_sdk_devicefarm::input::CreateTestGridUrlInput
source · #[non_exhaustive]pub struct CreateTestGridUrlInput { /* private fields */ }Implementations§
source§impl CreateTestGridUrlInput
impl CreateTestGridUrlInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateTestGridUrl, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateTestGridUrl, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateTestGridUrl>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateTestGridUrlInput.
source§impl CreateTestGridUrlInput
impl CreateTestGridUrlInput
sourcepub fn project_arn(&self) -> Option<&str>
pub fn project_arn(&self) -> Option<&str>
ARN (from CreateTestGridProject or ListTestGridProjects) to associate with the short-term URL.
sourcepub fn expires_in_seconds(&self) -> Option<i32>
pub fn expires_in_seconds(&self) -> Option<i32>
Lifetime, in seconds, of the URL.
Trait Implementations§
source§impl Clone for CreateTestGridUrlInput
impl Clone for CreateTestGridUrlInput
source§fn clone(&self) -> CreateTestGridUrlInput
fn clone(&self) -> CreateTestGridUrlInput
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 CreateTestGridUrlInput
impl Debug for CreateTestGridUrlInput
source§impl PartialEq<CreateTestGridUrlInput> for CreateTestGridUrlInput
impl PartialEq<CreateTestGridUrlInput> for CreateTestGridUrlInput
source§fn eq(&self, other: &CreateTestGridUrlInput) -> bool
fn eq(&self, other: &CreateTestGridUrlInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.