#[non_exhaustive]pub struct ListConnectorsOutputBuilder { /* private fields */ }Expand description
A builder for ListConnectorsOutput.
Implementations§
source§impl ListConnectorsOutputBuilder
impl ListConnectorsOutputBuilder
sourcepub fn connectors(self, input: ConnectorDetail) -> Self
pub fn connectors(self, input: ConnectorDetail) -> Self
Appends an item to connectors.
To override the contents of this collection use set_connectors.
Contains information about the connectors supported by Amazon AppFlow.
sourcepub fn set_connectors(self, input: Option<Vec<ConnectorDetail>>) -> Self
pub fn set_connectors(self, input: Option<Vec<ConnectorDetail>>) -> Self
Contains information about the connectors supported by Amazon AppFlow.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The pagination token for the next page of data. If nextToken=null, this means that all records have been fetched.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The pagination token for the next page of data. If nextToken=null, this means that all records have been fetched.
sourcepub fn build(self) -> ListConnectorsOutput
pub fn build(self) -> ListConnectorsOutput
Consumes the builder and constructs a ListConnectorsOutput.
Trait Implementations§
source§impl Clone for ListConnectorsOutputBuilder
impl Clone for ListConnectorsOutputBuilder
source§fn clone(&self) -> ListConnectorsOutputBuilder
fn clone(&self) -> ListConnectorsOutputBuilder
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 Debug for ListConnectorsOutputBuilder
impl Debug for ListConnectorsOutputBuilder
source§impl Default for ListConnectorsOutputBuilder
impl Default for ListConnectorsOutputBuilder
source§fn default() -> ListConnectorsOutputBuilder
fn default() -> ListConnectorsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ListConnectorsOutputBuilder> for ListConnectorsOutputBuilder
impl PartialEq<ListConnectorsOutputBuilder> for ListConnectorsOutputBuilder
source§fn eq(&self, other: &ListConnectorsOutputBuilder) -> bool
fn eq(&self, other: &ListConnectorsOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ListConnectorsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ListConnectorsOutputBuilder
impl Send for ListConnectorsOutputBuilder
impl Sync for ListConnectorsOutputBuilder
impl Unpin for ListConnectorsOutputBuilder
impl UnwindSafe for ListConnectorsOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more