Struct aws_sdk_gamelift::operation::get_compute_auth_token::builders::GetComputeAuthTokenInputBuilder
source · #[non_exhaustive]pub struct GetComputeAuthTokenInputBuilder { /* private fields */ }Expand description
A builder for GetComputeAuthTokenInput.
Implementations§
source§impl GetComputeAuthTokenInputBuilder
impl GetComputeAuthTokenInputBuilder
sourcepub fn fleet_id(self, input: impl Into<String>) -> Self
pub fn fleet_id(self, input: impl Into<String>) -> Self
A unique identifier for the fleet that the compute is registered to.
sourcepub fn set_fleet_id(self, input: Option<String>) -> Self
pub fn set_fleet_id(self, input: Option<String>) -> Self
A unique identifier for the fleet that the compute is registered to.
sourcepub fn get_fleet_id(&self) -> &Option<String>
pub fn get_fleet_id(&self) -> &Option<String>
A unique identifier for the fleet that the compute is registered to.
sourcepub fn compute_name(self, input: impl Into<String>) -> Self
pub fn compute_name(self, input: impl Into<String>) -> Self
The name of the compute resource you are requesting the authentication token for.
sourcepub fn set_compute_name(self, input: Option<String>) -> Self
pub fn set_compute_name(self, input: Option<String>) -> Self
The name of the compute resource you are requesting the authentication token for.
sourcepub fn get_compute_name(&self) -> &Option<String>
pub fn get_compute_name(&self) -> &Option<String>
The name of the compute resource you are requesting the authentication token for.
sourcepub fn build(self) -> Result<GetComputeAuthTokenInput, BuildError>
pub fn build(self) -> Result<GetComputeAuthTokenInput, BuildError>
Consumes the builder and constructs a GetComputeAuthTokenInput.
source§impl GetComputeAuthTokenInputBuilder
impl GetComputeAuthTokenInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<GetComputeAuthTokenOutput, SdkError<GetComputeAuthTokenError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<GetComputeAuthTokenOutput, SdkError<GetComputeAuthTokenError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for GetComputeAuthTokenInputBuilder
impl Clone for GetComputeAuthTokenInputBuilder
source§fn clone(&self) -> GetComputeAuthTokenInputBuilder
fn clone(&self) -> GetComputeAuthTokenInputBuilder
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 GetComputeAuthTokenInputBuilder
impl Default for GetComputeAuthTokenInputBuilder
source§fn default() -> GetComputeAuthTokenInputBuilder
fn default() -> GetComputeAuthTokenInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetComputeAuthTokenInputBuilder> for GetComputeAuthTokenInputBuilder
impl PartialEq<GetComputeAuthTokenInputBuilder> for GetComputeAuthTokenInputBuilder
source§fn eq(&self, other: &GetComputeAuthTokenInputBuilder) -> bool
fn eq(&self, other: &GetComputeAuthTokenInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetComputeAuthTokenInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetComputeAuthTokenInputBuilder
impl Send for GetComputeAuthTokenInputBuilder
impl Sync for GetComputeAuthTokenInputBuilder
impl Unpin for GetComputeAuthTokenInputBuilder
impl UnwindSafe for GetComputeAuthTokenInputBuilder
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