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