Struct aws_sdk_applicationdiscovery::input::describe_export_tasks_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for DescribeExportTasksInput
Implementations
Appends an item to export_ids.
To override the contents of this collection use set_export_ids.
One or more unique identifiers used to query the status of an export request.
One or more unique identifiers used to query the status of an export request.
Appends an item to filters.
To override the contents of this collection use set_filters.
One or more filters.
-
AgentId- ID of the agent whose collected data will be exported
One or more filters.
-
AgentId- ID of the agent whose collected data will be exported
The maximum number of volume results returned by DescribeExportTasks in
paginated output. When this parameter is used, DescribeExportTasks only returns
maxResults results in a single page along with a nextToken
response element.
The maximum number of volume results returned by DescribeExportTasks in
paginated output. When this parameter is used, DescribeExportTasks only returns
maxResults results in a single page along with a nextToken
response element.
The nextToken value returned from a previous paginated
DescribeExportTasks request where maxResults was used and the
results exceeded the value of that parameter. Pagination continues from the end of the
previous results that returned the nextToken value. This value is null when there
are no more results to return.
The nextToken value returned from a previous paginated
DescribeExportTasks request where maxResults was used and the
results exceeded the value of that parameter. Pagination continues from the end of the
previous results that returned the nextToken value. This value is null when there
are no more results to return.
Consumes the builder and constructs a DescribeExportTasksInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more