Struct aws_sdk_ec2::operation::describe_vpc_endpoint_services::builders::DescribeVpcEndpointServicesOutputBuilder
source · #[non_exhaustive]pub struct DescribeVpcEndpointServicesOutputBuilder { /* private fields */ }Expand description
A builder for DescribeVpcEndpointServicesOutput.
Implementations§
source§impl DescribeVpcEndpointServicesOutputBuilder
impl DescribeVpcEndpointServicesOutputBuilder
sourcepub fn service_names(self, input: impl Into<String>) -> Self
pub fn service_names(self, input: impl Into<String>) -> Self
Appends an item to service_names.
To override the contents of this collection use set_service_names.
The supported services.
sourcepub fn set_service_names(self, input: Option<Vec<String>>) -> Self
pub fn set_service_names(self, input: Option<Vec<String>>) -> Self
The supported services.
sourcepub fn get_service_names(&self) -> &Option<Vec<String>>
pub fn get_service_names(&self) -> &Option<Vec<String>>
The supported services.
sourcepub fn service_details(self, input: ServiceDetail) -> Self
pub fn service_details(self, input: ServiceDetail) -> Self
Appends an item to service_details.
To override the contents of this collection use set_service_details.
Information about the service.
sourcepub fn set_service_details(self, input: Option<Vec<ServiceDetail>>) -> Self
pub fn set_service_details(self, input: Option<Vec<ServiceDetail>>) -> Self
Information about the service.
sourcepub fn get_service_details(&self) -> &Option<Vec<ServiceDetail>>
pub fn get_service_details(&self) -> &Option<Vec<ServiceDetail>>
Information about the service.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
sourcepub fn build(self) -> DescribeVpcEndpointServicesOutput
pub fn build(self) -> DescribeVpcEndpointServicesOutput
Consumes the builder and constructs a DescribeVpcEndpointServicesOutput.
Trait Implementations§
source§impl Clone for DescribeVpcEndpointServicesOutputBuilder
impl Clone for DescribeVpcEndpointServicesOutputBuilder
source§fn clone(&self) -> DescribeVpcEndpointServicesOutputBuilder
fn clone(&self) -> DescribeVpcEndpointServicesOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DescribeVpcEndpointServicesOutputBuilder
impl Default for DescribeVpcEndpointServicesOutputBuilder
source§fn default() -> DescribeVpcEndpointServicesOutputBuilder
fn default() -> DescribeVpcEndpointServicesOutputBuilder
source§impl PartialEq for DescribeVpcEndpointServicesOutputBuilder
impl PartialEq for DescribeVpcEndpointServicesOutputBuilder
source§fn eq(&self, other: &DescribeVpcEndpointServicesOutputBuilder) -> bool
fn eq(&self, other: &DescribeVpcEndpointServicesOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.