Struct aws_sdk_devicefarm::operation::get_offering_status::builders::GetOfferingStatusInputBuilder
source · #[non_exhaustive]pub struct GetOfferingStatusInputBuilder { /* private fields */ }Expand description
A builder for GetOfferingStatusInput.
Implementations§
source§impl GetOfferingStatusInputBuilder
impl GetOfferingStatusInputBuilder
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
sourcepub fn build(self) -> Result<GetOfferingStatusInput, BuildError>
pub fn build(self) -> Result<GetOfferingStatusInput, BuildError>
Consumes the builder and constructs a GetOfferingStatusInput.
Trait Implementations§
source§impl Clone for GetOfferingStatusInputBuilder
impl Clone for GetOfferingStatusInputBuilder
source§fn clone(&self) -> GetOfferingStatusInputBuilder
fn clone(&self) -> GetOfferingStatusInputBuilder
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 GetOfferingStatusInputBuilder
impl Default for GetOfferingStatusInputBuilder
source§fn default() -> GetOfferingStatusInputBuilder
fn default() -> GetOfferingStatusInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetOfferingStatusInputBuilder> for GetOfferingStatusInputBuilder
impl PartialEq<GetOfferingStatusInputBuilder> for GetOfferingStatusInputBuilder
source§fn eq(&self, other: &GetOfferingStatusInputBuilder) -> bool
fn eq(&self, other: &GetOfferingStatusInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.