Struct aws_sdk_ec2::operation::describe_spot_fleet_requests::builders::DescribeSpotFleetRequestsOutputBuilder
source · #[non_exhaustive]pub struct DescribeSpotFleetRequestsOutputBuilder { /* private fields */ }Expand description
A builder for DescribeSpotFleetRequestsOutput.
Implementations§
source§impl DescribeSpotFleetRequestsOutputBuilder
impl DescribeSpotFleetRequestsOutputBuilder
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The token to include in another request to get the next page of items. This value is null when there are no more items to return.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The token to include in another request to get the next page of items. This value is null when there are no more items to return.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The token to include in another request to get the next page of items. This value is null when there are no more items to return.
sourcepub fn spot_fleet_request_configs(self, input: SpotFleetRequestConfig) -> Self
pub fn spot_fleet_request_configs(self, input: SpotFleetRequestConfig) -> Self
Appends an item to spot_fleet_request_configs.
To override the contents of this collection use set_spot_fleet_request_configs.
Information about the configuration of your Spot Fleet.
sourcepub fn set_spot_fleet_request_configs(
self,
input: Option<Vec<SpotFleetRequestConfig>>
) -> Self
pub fn set_spot_fleet_request_configs( self, input: Option<Vec<SpotFleetRequestConfig>> ) -> Self
Information about the configuration of your Spot Fleet.
sourcepub fn get_spot_fleet_request_configs(
&self
) -> &Option<Vec<SpotFleetRequestConfig>>
pub fn get_spot_fleet_request_configs( &self ) -> &Option<Vec<SpotFleetRequestConfig>>
Information about the configuration of your Spot Fleet.
sourcepub fn build(self) -> DescribeSpotFleetRequestsOutput
pub fn build(self) -> DescribeSpotFleetRequestsOutput
Consumes the builder and constructs a DescribeSpotFleetRequestsOutput.
Trait Implementations§
source§impl Clone for DescribeSpotFleetRequestsOutputBuilder
impl Clone for DescribeSpotFleetRequestsOutputBuilder
source§fn clone(&self) -> DescribeSpotFleetRequestsOutputBuilder
fn clone(&self) -> DescribeSpotFleetRequestsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DescribeSpotFleetRequestsOutputBuilder
impl Default for DescribeSpotFleetRequestsOutputBuilder
source§fn default() -> DescribeSpotFleetRequestsOutputBuilder
fn default() -> DescribeSpotFleetRequestsOutputBuilder
source§impl PartialEq<DescribeSpotFleetRequestsOutputBuilder> for DescribeSpotFleetRequestsOutputBuilder
impl PartialEq<DescribeSpotFleetRequestsOutputBuilder> for DescribeSpotFleetRequestsOutputBuilder
source§fn eq(&self, other: &DescribeSpotFleetRequestsOutputBuilder) -> bool
fn eq(&self, other: &DescribeSpotFleetRequestsOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.