Struct aws_sdk_glue::operation::get_security_configurations::builders::GetSecurityConfigurationsInputBuilder
source · #[non_exhaustive]pub struct GetSecurityConfigurationsInputBuilder { /* private fields */ }Expand description
A builder for GetSecurityConfigurationsInput.
Implementations§
source§impl GetSecurityConfigurationsInputBuilder
impl GetSecurityConfigurationsInputBuilder
sourcepub fn max_results(self, input: i32) -> Self
pub fn max_results(self, input: i32) -> Self
The maximum number of results to return.
sourcepub fn set_max_results(self, input: Option<i32>) -> Self
pub fn set_max_results(self, input: Option<i32>) -> Self
The maximum number of results to return.
sourcepub fn get_max_results(&self) -> &Option<i32>
pub fn get_max_results(&self) -> &Option<i32>
The maximum number of results to return.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
A continuation token, if this is a continuation call.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
A continuation token, if this is a continuation call.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
A continuation token, if this is a continuation call.
sourcepub fn build(self) -> Result<GetSecurityConfigurationsInput, BuildError>
pub fn build(self) -> Result<GetSecurityConfigurationsInput, BuildError>
Consumes the builder and constructs a GetSecurityConfigurationsInput.
source§impl GetSecurityConfigurationsInputBuilder
impl GetSecurityConfigurationsInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<GetSecurityConfigurationsOutput, SdkError<GetSecurityConfigurationsError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<GetSecurityConfigurationsOutput, SdkError<GetSecurityConfigurationsError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for GetSecurityConfigurationsInputBuilder
impl Clone for GetSecurityConfigurationsInputBuilder
source§fn clone(&self) -> GetSecurityConfigurationsInputBuilder
fn clone(&self) -> GetSecurityConfigurationsInputBuilder
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 Default for GetSecurityConfigurationsInputBuilder
impl Default for GetSecurityConfigurationsInputBuilder
source§fn default() -> GetSecurityConfigurationsInputBuilder
fn default() -> GetSecurityConfigurationsInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetSecurityConfigurationsInputBuilder> for GetSecurityConfigurationsInputBuilder
impl PartialEq<GetSecurityConfigurationsInputBuilder> for GetSecurityConfigurationsInputBuilder
source§fn eq(&self, other: &GetSecurityConfigurationsInputBuilder) -> bool
fn eq(&self, other: &GetSecurityConfigurationsInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetSecurityConfigurationsInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetSecurityConfigurationsInputBuilder
impl Send for GetSecurityConfigurationsInputBuilder
impl Sync for GetSecurityConfigurationsInputBuilder
impl Unpin for GetSecurityConfigurationsInputBuilder
impl UnwindSafe for GetSecurityConfigurationsInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more