Struct aws_sdk_databasemigration::operation::describe_instance_profiles::builders::DescribeInstanceProfilesOutputBuilder
source · #[non_exhaustive]pub struct DescribeInstanceProfilesOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeInstanceProfilesOutput
.
Implementations§
source§impl DescribeInstanceProfilesOutputBuilder
impl DescribeInstanceProfilesOutputBuilder
sourcepub fn marker(self, input: impl Into<String>) -> Self
pub fn marker(self, input: impl Into<String>) -> Self
Specifies the unique pagination token that makes it possible to display the next page of results. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
If Marker
is returned by a previous response, there are more results available. The value of Marker
is a unique pagination token for each page. To retrieve the next page, make the call again using the returned token and keeping all other arguments unchanged.
sourcepub fn set_marker(self, input: Option<String>) -> Self
pub fn set_marker(self, input: Option<String>) -> Self
Specifies the unique pagination token that makes it possible to display the next page of results. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
If Marker
is returned by a previous response, there are more results available. The value of Marker
is a unique pagination token for each page. To retrieve the next page, make the call again using the returned token and keeping all other arguments unchanged.
sourcepub fn get_marker(&self) -> &Option<String>
pub fn get_marker(&self) -> &Option<String>
Specifies the unique pagination token that makes it possible to display the next page of results. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
If Marker
is returned by a previous response, there are more results available. The value of Marker
is a unique pagination token for each page. To retrieve the next page, make the call again using the returned token and keeping all other arguments unchanged.
sourcepub fn instance_profiles(self, input: InstanceProfile) -> Self
pub fn instance_profiles(self, input: InstanceProfile) -> Self
Appends an item to instance_profiles
.
To override the contents of this collection use set_instance_profiles
.
A description of instance profiles.
sourcepub fn set_instance_profiles(self, input: Option<Vec<InstanceProfile>>) -> Self
pub fn set_instance_profiles(self, input: Option<Vec<InstanceProfile>>) -> Self
A description of instance profiles.
sourcepub fn get_instance_profiles(&self) -> &Option<Vec<InstanceProfile>>
pub fn get_instance_profiles(&self) -> &Option<Vec<InstanceProfile>>
A description of instance profiles.
sourcepub fn build(self) -> DescribeInstanceProfilesOutput
pub fn build(self) -> DescribeInstanceProfilesOutput
Consumes the builder and constructs a DescribeInstanceProfilesOutput
.
Trait Implementations§
source§impl Clone for DescribeInstanceProfilesOutputBuilder
impl Clone for DescribeInstanceProfilesOutputBuilder
source§fn clone(&self) -> DescribeInstanceProfilesOutputBuilder
fn clone(&self) -> DescribeInstanceProfilesOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for DescribeInstanceProfilesOutputBuilder
impl Default for DescribeInstanceProfilesOutputBuilder
source§fn default() -> DescribeInstanceProfilesOutputBuilder
fn default() -> DescribeInstanceProfilesOutputBuilder
source§impl PartialEq for DescribeInstanceProfilesOutputBuilder
impl PartialEq for DescribeInstanceProfilesOutputBuilder
source§fn eq(&self, other: &DescribeInstanceProfilesOutputBuilder) -> bool
fn eq(&self, other: &DescribeInstanceProfilesOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.