Struct aws_sdk_iam::operation::simulate_custom_policy::builders::SimulateCustomPolicyOutputBuilder
source · #[non_exhaustive]pub struct SimulateCustomPolicyOutputBuilder { /* private fields */ }
Expand description
A builder for SimulateCustomPolicyOutput
.
Implementations§
source§impl SimulateCustomPolicyOutputBuilder
impl SimulateCustomPolicyOutputBuilder
sourcepub fn evaluation_results(self, input: EvaluationResult) -> Self
pub fn evaluation_results(self, input: EvaluationResult) -> Self
Appends an item to evaluation_results
.
To override the contents of this collection use set_evaluation_results
.
The results of the simulation.
sourcepub fn set_evaluation_results(
self,
input: Option<Vec<EvaluationResult>>
) -> Self
pub fn set_evaluation_results( self, input: Option<Vec<EvaluationResult>> ) -> Self
The results of the simulation.
sourcepub fn get_evaluation_results(&self) -> &Option<Vec<EvaluationResult>>
pub fn get_evaluation_results(&self) -> &Option<Vec<EvaluationResult>>
The results of the simulation.
sourcepub fn is_truncated(self, input: bool) -> Self
pub fn is_truncated(self, input: bool) -> Self
A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the Marker
request parameter to retrieve more items. Note that IAM might return fewer than the MaxItems
number of results even when there are more results available. We recommend that you check IsTruncated
after every call to ensure that you receive all your results.
sourcepub fn set_is_truncated(self, input: Option<bool>) -> Self
pub fn set_is_truncated(self, input: Option<bool>) -> Self
A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the Marker
request parameter to retrieve more items. Note that IAM might return fewer than the MaxItems
number of results even when there are more results available. We recommend that you check IsTruncated
after every call to ensure that you receive all your results.
sourcepub fn get_is_truncated(&self) -> &Option<bool>
pub fn get_is_truncated(&self) -> &Option<bool>
A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the Marker
request parameter to retrieve more items. Note that IAM might return fewer than the MaxItems
number of results even when there are more results available. We recommend that you check IsTruncated
after every call to ensure that you receive all your results.
sourcepub fn marker(self, input: impl Into<String>) -> Self
pub fn marker(self, input: impl Into<String>) -> Self
When IsTruncated
is true
, this element is present and contains the value to use for the Marker
parameter in a subsequent pagination request.
sourcepub fn set_marker(self, input: Option<String>) -> Self
pub fn set_marker(self, input: Option<String>) -> Self
When IsTruncated
is true
, this element is present and contains the value to use for the Marker
parameter in a subsequent pagination request.
sourcepub fn get_marker(&self) -> &Option<String>
pub fn get_marker(&self) -> &Option<String>
When IsTruncated
is true
, this element is present and contains the value to use for the Marker
parameter in a subsequent pagination request.
sourcepub fn build(self) -> SimulateCustomPolicyOutput
pub fn build(self) -> SimulateCustomPolicyOutput
Consumes the builder and constructs a SimulateCustomPolicyOutput
.
Trait Implementations§
source§impl Clone for SimulateCustomPolicyOutputBuilder
impl Clone for SimulateCustomPolicyOutputBuilder
source§fn clone(&self) -> SimulateCustomPolicyOutputBuilder
fn clone(&self) -> SimulateCustomPolicyOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for SimulateCustomPolicyOutputBuilder
impl Default for SimulateCustomPolicyOutputBuilder
source§fn default() -> SimulateCustomPolicyOutputBuilder
fn default() -> SimulateCustomPolicyOutputBuilder
source§impl PartialEq for SimulateCustomPolicyOutputBuilder
impl PartialEq for SimulateCustomPolicyOutputBuilder
source§fn eq(&self, other: &SimulateCustomPolicyOutputBuilder) -> bool
fn eq(&self, other: &SimulateCustomPolicyOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.