Struct aws_sdk_glue::input::ListDevEndpointsInput
source · #[non_exhaustive]pub struct ListDevEndpointsInput { /* private fields */ }Implementations§
source§impl ListDevEndpointsInput
impl ListDevEndpointsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListDevEndpoints, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListDevEndpoints, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListDevEndpoints>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListDevEndpointsInput.
source§impl ListDevEndpointsInput
impl ListDevEndpointsInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A continuation token, if this is a continuation request.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum size of a list to return.
Specifies to return only these tagged resources.
Trait Implementations§
source§impl Clone for ListDevEndpointsInput
impl Clone for ListDevEndpointsInput
source§fn clone(&self) -> ListDevEndpointsInput
fn clone(&self) -> ListDevEndpointsInput
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 ListDevEndpointsInput
impl Debug for ListDevEndpointsInput
source§impl PartialEq<ListDevEndpointsInput> for ListDevEndpointsInput
impl PartialEq<ListDevEndpointsInput> for ListDevEndpointsInput
source§fn eq(&self, other: &ListDevEndpointsInput) -> bool
fn eq(&self, other: &ListDevEndpointsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.