pub struct Builder { /* private fields */ }
Expand description
A builder for ContinuousDeploymentPolicyList
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn next_marker(self, input: impl Into<String>) -> Self
pub fn next_marker(self, input: impl Into<String>) -> Self
Indicates the next page of continuous deployment policies. To get the next page of the list, use this value in the Marker
field of your request.
sourcepub fn set_next_marker(self, input: Option<String>) -> Self
pub fn set_next_marker(self, input: Option<String>) -> Self
Indicates the next page of continuous deployment policies. To get the next page of the list, use this value in the Marker
field of your request.
sourcepub fn max_items(self, input: i32) -> Self
pub fn max_items(self, input: i32) -> Self
The maximum number of continuous deployment policies that were specified in your request.
sourcepub fn set_max_items(self, input: Option<i32>) -> Self
pub fn set_max_items(self, input: Option<i32>) -> Self
The maximum number of continuous deployment policies that were specified in your request.
sourcepub fn quantity(self, input: i32) -> Self
pub fn quantity(self, input: i32) -> Self
The total number of continuous deployment policies in your Amazon Web Services account, regardless of the MaxItems
value.
sourcepub fn set_quantity(self, input: Option<i32>) -> Self
pub fn set_quantity(self, input: Option<i32>) -> Self
The total number of continuous deployment policies in your Amazon Web Services account, regardless of the MaxItems
value.
sourcepub fn items(self, input: ContinuousDeploymentPolicySummary) -> Self
pub fn items(self, input: ContinuousDeploymentPolicySummary) -> Self
Appends an item to items
.
To override the contents of this collection use set_items
.
A list of continuous deployment policy items.
sourcepub fn set_items(
self,
input: Option<Vec<ContinuousDeploymentPolicySummary>>
) -> Self
pub fn set_items(
self,
input: Option<Vec<ContinuousDeploymentPolicySummary>>
) -> Self
A list of continuous deployment policy items.
sourcepub fn build(self) -> ContinuousDeploymentPolicyList
pub fn build(self) -> ContinuousDeploymentPolicyList
Consumes the builder and constructs a ContinuousDeploymentPolicyList
.