Struct aws_sdk_honeycode::operation::list_tables::ListTablesInput
source · #[non_exhaustive]pub struct ListTablesInput { /* private fields */ }
Implementations§
source§impl ListTablesInput
impl ListTablesInput
sourcepub fn workbook_id(&self) -> Option<&str>
pub fn workbook_id(&self) -> Option<&str>
The ID of the workbook whose tables are being retrieved.
If a workbook with the specified id could not be found, this API throws ResourceNotFoundException.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of tables to return in each page of the results.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
This parameter is optional. If a nextToken is not specified, the API returns the first page of data.
Pagination tokens expire after 1 hour. If you use a token that was returned more than an hour back, the API will throw ValidationException.
source§impl ListTablesInput
impl ListTablesInput
sourcepub fn builder() -> ListTablesInputBuilder
pub fn builder() -> ListTablesInputBuilder
Creates a new builder-style object to manufacture ListTablesInput
.
source§impl ListTablesInput
impl ListTablesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListTables, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<ListTables, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListTables
>
Trait Implementations§
source§impl Clone for ListTablesInput
impl Clone for ListTablesInput
source§fn clone(&self) -> ListTablesInput
fn clone(&self) -> ListTablesInput
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 ListTablesInput
impl Debug for ListTablesInput
source§impl PartialEq<ListTablesInput> for ListTablesInput
impl PartialEq<ListTablesInput> for ListTablesInput
source§fn eq(&self, other: &ListTablesInput) -> bool
fn eq(&self, other: &ListTablesInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.