Struct aws_sdk_gamelift::operation::update_fleet_attributes::builders::UpdateFleetAttributesOutputBuilder
source · #[non_exhaustive]pub struct UpdateFleetAttributesOutputBuilder { /* private fields */ }Expand description
A builder for UpdateFleetAttributesOutput.
Implementations§
source§impl UpdateFleetAttributesOutputBuilder
impl UpdateFleetAttributesOutputBuilder
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 was updated.
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 was updated.
sourcepub fn get_fleet_id(&self) -> &Option<String>
pub fn get_fleet_id(&self) -> &Option<String>
A unique identifier for the fleet that was updated.
sourcepub fn fleet_arn(self, input: impl Into<String>) -> Self
pub fn fleet_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift fleet resource and uniquely identifies it. ARNs are unique across all Regions. Format is arn:aws:gamelift:
.
sourcepub fn set_fleet_arn(self, input: Option<String>) -> Self
pub fn set_fleet_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift fleet resource and uniquely identifies it. ARNs are unique across all Regions. Format is arn:aws:gamelift:
.
sourcepub fn get_fleet_arn(&self) -> &Option<String>
pub fn get_fleet_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift fleet resource and uniquely identifies it. ARNs are unique across all Regions. Format is arn:aws:gamelift:
.
sourcepub fn build(self) -> UpdateFleetAttributesOutput
pub fn build(self) -> UpdateFleetAttributesOutput
Consumes the builder and constructs a UpdateFleetAttributesOutput.
Trait Implementations§
source§impl Clone for UpdateFleetAttributesOutputBuilder
impl Clone for UpdateFleetAttributesOutputBuilder
source§fn clone(&self) -> UpdateFleetAttributesOutputBuilder
fn clone(&self) -> UpdateFleetAttributesOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for UpdateFleetAttributesOutputBuilder
impl Default for UpdateFleetAttributesOutputBuilder
source§fn default() -> UpdateFleetAttributesOutputBuilder
fn default() -> UpdateFleetAttributesOutputBuilder
source§impl PartialEq for UpdateFleetAttributesOutputBuilder
impl PartialEq for UpdateFleetAttributesOutputBuilder
source§fn eq(&self, other: &UpdateFleetAttributesOutputBuilder) -> bool
fn eq(&self, other: &UpdateFleetAttributesOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.