Struct aws_sdk_glue::input::GetDevEndpointsInput
source · [−]#[non_exhaustive]pub struct GetDevEndpointsInput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl 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
sourceimpl Clone for GetDevEndpointsInput
impl Clone for GetDevEndpointsInput
sourcefn clone(&self) -> GetDevEndpointsInput
fn clone(&self) -> GetDevEndpointsInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GetDevEndpointsInput
impl Debug for GetDevEndpointsInput
sourceimpl PartialEq<GetDevEndpointsInput> for GetDevEndpointsInput
impl PartialEq<GetDevEndpointsInput> for GetDevEndpointsInput
sourcefn eq(&self, other: &GetDevEndpointsInput) -> bool
fn eq(&self, other: &GetDevEndpointsInput) -> bool
impl StructuralPartialEq for GetDevEndpointsInput
Auto Trait Implementations
impl RefUnwindSafe for GetDevEndpointsInput
impl Send for GetDevEndpointsInput
impl Sync for GetDevEndpointsInput
impl Unpin for GetDevEndpointsInput
impl UnwindSafe for GetDevEndpointsInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more