Struct aws_sdk_networkmanager::input::get_devices_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for GetDevicesInput
Implementations
The ID of the global network.
The ID of the global network.
Appends an item to device_ids
.
To override the contents of this collection use set_device_ids
.
One or more device IDs. The maximum is 10.
One or more device IDs. The maximum is 10.
The ID of the site.
The maximum number of results to return.
The maximum number of results to return.
The token for the next page of results.
The token for the next page of results.
Consumes the builder and constructs a GetDevicesInput
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