pub struct Builder { /* private fields */ }Expand description
A builder for BatchGetDevEndpointsOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn dev_endpoints(self, input: DevEndpoint) -> Self
pub fn dev_endpoints(self, input: DevEndpoint) -> Self
Appends an item to dev_endpoints.
To override the contents of this collection use set_dev_endpoints.
A list of DevEndpoint definitions.
sourcepub fn set_dev_endpoints(self, input: Option<Vec<DevEndpoint>>) -> Self
pub fn set_dev_endpoints(self, input: Option<Vec<DevEndpoint>>) -> Self
A list of DevEndpoint definitions.
sourcepub fn dev_endpoints_not_found(self, input: impl Into<String>) -> Self
pub fn dev_endpoints_not_found(self, input: impl Into<String>) -> Self
Appends an item to dev_endpoints_not_found.
To override the contents of this collection use set_dev_endpoints_not_found.
A list of DevEndpoints not found.
sourcepub fn set_dev_endpoints_not_found(self, input: Option<Vec<String>>) -> Self
pub fn set_dev_endpoints_not_found(self, input: Option<Vec<String>>) -> Self
A list of DevEndpoints not found.
sourcepub fn build(self) -> BatchGetDevEndpointsOutput
pub fn build(self) -> BatchGetDevEndpointsOutput
Consumes the builder and constructs a BatchGetDevEndpointsOutput.