Struct aws_sdk_ec2::operation::get_ipam_discovered_accounts::builders::GetIpamDiscoveredAccountsOutputBuilder
source · #[non_exhaustive]pub struct GetIpamDiscoveredAccountsOutputBuilder { /* private fields */ }Expand description
A builder for GetIpamDiscoveredAccountsOutput.
Implementations§
source§impl GetIpamDiscoveredAccountsOutputBuilder
impl GetIpamDiscoveredAccountsOutputBuilder
sourcepub fn ipam_discovered_accounts(self, input: IpamDiscoveredAccount) -> Self
pub fn ipam_discovered_accounts(self, input: IpamDiscoveredAccount) -> Self
Appends an item to ipam_discovered_accounts.
To override the contents of this collection use set_ipam_discovered_accounts.
Discovered accounts.
sourcepub fn set_ipam_discovered_accounts(
self,
input: Option<Vec<IpamDiscoveredAccount>>
) -> Self
pub fn set_ipam_discovered_accounts( self, input: Option<Vec<IpamDiscoveredAccount>> ) -> Self
Discovered accounts.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
Specify the pagination token from a previous request to retrieve the next page of results.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
Specify the pagination token from a previous request to retrieve the next page of results.
sourcepub fn build(self) -> GetIpamDiscoveredAccountsOutput
pub fn build(self) -> GetIpamDiscoveredAccountsOutput
Consumes the builder and constructs a GetIpamDiscoveredAccountsOutput.
Trait Implementations§
source§impl Clone for GetIpamDiscoveredAccountsOutputBuilder
impl Clone for GetIpamDiscoveredAccountsOutputBuilder
source§fn clone(&self) -> GetIpamDiscoveredAccountsOutputBuilder
fn clone(&self) -> GetIpamDiscoveredAccountsOutputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for GetIpamDiscoveredAccountsOutputBuilder
impl Default for GetIpamDiscoveredAccountsOutputBuilder
source§fn default() -> GetIpamDiscoveredAccountsOutputBuilder
fn default() -> GetIpamDiscoveredAccountsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetIpamDiscoveredAccountsOutputBuilder> for GetIpamDiscoveredAccountsOutputBuilder
impl PartialEq<GetIpamDiscoveredAccountsOutputBuilder> for GetIpamDiscoveredAccountsOutputBuilder
source§fn eq(&self, other: &GetIpamDiscoveredAccountsOutputBuilder) -> bool
fn eq(&self, other: &GetIpamDiscoveredAccountsOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.