Struct aws_sdk_codedeploy::operation::list_deployment_groups::builders::ListDeploymentGroupsOutputBuilder
source · #[non_exhaustive]pub struct ListDeploymentGroupsOutputBuilder { /* private fields */ }
Expand description
A builder for ListDeploymentGroupsOutput
.
Implementations§
source§impl ListDeploymentGroupsOutputBuilder
impl ListDeploymentGroupsOutputBuilder
sourcepub fn application_name(self, input: impl Into<String>) -> Self
pub fn application_name(self, input: impl Into<String>) -> Self
The application name.
sourcepub fn set_application_name(self, input: Option<String>) -> Self
pub fn set_application_name(self, input: Option<String>) -> Self
The application name.
sourcepub fn get_application_name(&self) -> &Option<String>
pub fn get_application_name(&self) -> &Option<String>
The application name.
sourcepub fn deployment_groups(self, input: impl Into<String>) -> Self
pub fn deployment_groups(self, input: impl Into<String>) -> Self
Appends an item to deployment_groups
.
To override the contents of this collection use set_deployment_groups
.
A list of deployment group names.
sourcepub fn set_deployment_groups(self, input: Option<Vec<String>>) -> Self
pub fn set_deployment_groups(self, input: Option<Vec<String>>) -> Self
A list of deployment group names.
sourcepub fn get_deployment_groups(&self) -> &Option<Vec<String>>
pub fn get_deployment_groups(&self) -> &Option<Vec<String>>
A list of deployment group names.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment groups call to return the next set of deployment groups in the list.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment groups call to return the next set of deployment groups in the list.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment groups call to return the next set of deployment groups in the list.
sourcepub fn build(self) -> ListDeploymentGroupsOutput
pub fn build(self) -> ListDeploymentGroupsOutput
Consumes the builder and constructs a ListDeploymentGroupsOutput
.
Trait Implementations§
source§impl Clone for ListDeploymentGroupsOutputBuilder
impl Clone for ListDeploymentGroupsOutputBuilder
source§fn clone(&self) -> ListDeploymentGroupsOutputBuilder
fn clone(&self) -> ListDeploymentGroupsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for ListDeploymentGroupsOutputBuilder
impl Default for ListDeploymentGroupsOutputBuilder
source§fn default() -> ListDeploymentGroupsOutputBuilder
fn default() -> ListDeploymentGroupsOutputBuilder
source§impl PartialEq for ListDeploymentGroupsOutputBuilder
impl PartialEq for ListDeploymentGroupsOutputBuilder
source§fn eq(&self, other: &ListDeploymentGroupsOutputBuilder) -> bool
fn eq(&self, other: &ListDeploymentGroupsOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.