#[non_exhaustive]pub struct ListAccessPointsForObjectLambdaInput { /* private fields */ }Implementations§
source§impl ListAccessPointsForObjectLambdaInput
impl ListAccessPointsForObjectLambdaInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListAccessPointsForObjectLambda, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListAccessPointsForObjectLambda, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListAccessPointsForObjectLambda>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListAccessPointsForObjectLambdaInput.
source§impl ListAccessPointsForObjectLambdaInput
impl ListAccessPointsForObjectLambdaInput
sourcepub fn account_id(&self) -> Option<&str>
pub fn account_id(&self) -> Option<&str>
The account ID for the account that owns the specified Object Lambda Access Point.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If the list has more access points than can be returned in one call to this API, this field contains a continuation token that you can provide in subsequent calls to this API to retrieve additional access points.
sourcepub fn max_results(&self) -> i32
pub fn max_results(&self) -> i32
The maximum number of access points that you want to include in the list. The response may contain fewer access points but will never contain more. If there are more than this number of access points, then the response will include a continuation token in the NextToken field that you can use to retrieve the next page of access points.
Trait Implementations§
source§impl Clone for ListAccessPointsForObjectLambdaInput
impl Clone for ListAccessPointsForObjectLambdaInput
source§fn clone(&self) -> ListAccessPointsForObjectLambdaInput
fn clone(&self) -> ListAccessPointsForObjectLambdaInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl PartialEq<ListAccessPointsForObjectLambdaInput> for ListAccessPointsForObjectLambdaInput
impl PartialEq<ListAccessPointsForObjectLambdaInput> for ListAccessPointsForObjectLambdaInput
source§fn eq(&self, other: &ListAccessPointsForObjectLambdaInput) -> bool
fn eq(&self, other: &ListAccessPointsForObjectLambdaInput) -> bool
self and other values to be equal, and is used
by ==.