Struct aws_sdk_applicationdiscovery::input::describe_continuous_exports_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for DescribeContinuousExportsInput
Implementations
Appends an item to export_ids.
To override the contents of this collection use set_export_ids.
The unique IDs assigned to the exports.
The unique IDs assigned to the exports.
A number between 1 and 100 specifying the maximum number of continuous export descriptions returned.
A number between 1 and 100 specifying the maximum number of continuous export descriptions returned.
The token from the previous call to DescribeExportTasks.
The token from the previous call to DescribeExportTasks.
Consumes the builder and constructs a DescribeContinuousExportsInput
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