Struct aws_sdk_kafka::operation::list_client_vpc_connections::builders::ListClientVpcConnectionsOutputBuilder
source · #[non_exhaustive]pub struct ListClientVpcConnectionsOutputBuilder { /* private fields */ }Expand description
A builder for ListClientVpcConnectionsOutput.
Implementations§
source§impl ListClientVpcConnectionsOutputBuilder
impl ListClientVpcConnectionsOutputBuilder
sourcepub fn client_vpc_connections(self, input: ClientVpcConnection) -> Self
pub fn client_vpc_connections(self, input: ClientVpcConnection) -> Self
Appends an item to client_vpc_connections.
To override the contents of this collection use set_client_vpc_connections.
List of client VPC connections.
sourcepub fn set_client_vpc_connections(
self,
input: Option<Vec<ClientVpcConnection>>
) -> Self
pub fn set_client_vpc_connections( self, input: Option<Vec<ClientVpcConnection>> ) -> Self
List of client VPC connections.
sourcepub fn get_client_vpc_connections(&self) -> &Option<Vec<ClientVpcConnection>>
pub fn get_client_vpc_connections(&self) -> &Option<Vec<ClientVpcConnection>>
List of client VPC connections.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The paginated results marker. When the result of a ListClientVpcConnections operation is truncated, the call returns NextToken in the response. To get another batch of configurations, provide this token in your next request.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The paginated results marker. When the result of a ListClientVpcConnections operation is truncated, the call returns NextToken in the response. To get another batch of configurations, provide this token in your next request.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The paginated results marker. When the result of a ListClientVpcConnections operation is truncated, the call returns NextToken in the response. To get another batch of configurations, provide this token in your next request.
sourcepub fn build(self) -> ListClientVpcConnectionsOutput
pub fn build(self) -> ListClientVpcConnectionsOutput
Consumes the builder and constructs a ListClientVpcConnectionsOutput.
Trait Implementations§
source§impl Clone for ListClientVpcConnectionsOutputBuilder
impl Clone for ListClientVpcConnectionsOutputBuilder
source§fn clone(&self) -> ListClientVpcConnectionsOutputBuilder
fn clone(&self) -> ListClientVpcConnectionsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for ListClientVpcConnectionsOutputBuilder
impl Default for ListClientVpcConnectionsOutputBuilder
source§fn default() -> ListClientVpcConnectionsOutputBuilder
fn default() -> ListClientVpcConnectionsOutputBuilder
source§impl PartialEq for ListClientVpcConnectionsOutputBuilder
impl PartialEq for ListClientVpcConnectionsOutputBuilder
source§fn eq(&self, other: &ListClientVpcConnectionsOutputBuilder) -> bool
fn eq(&self, other: &ListClientVpcConnectionsOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.