Struct aws_sdk_proton::operation::list_service_instance_outputs::builders::ListServiceInstanceOutputsOutputBuilder
source · #[non_exhaustive]pub struct ListServiceInstanceOutputsOutputBuilder { /* private fields */ }
Expand description
A builder for ListServiceInstanceOutputsOutput
.
Implementations§
source§impl ListServiceInstanceOutputsOutputBuilder
impl ListServiceInstanceOutputsOutputBuilder
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
A token that indicates the location of the next output in the array of outputs, after the current requested list of outputs.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
A token that indicates the location of the next output in the array of outputs, after the current requested list of outputs.
sourcepub fn outputs(self, input: Output) -> Self
pub fn outputs(self, input: Output) -> Self
Appends an item to outputs
.
To override the contents of this collection use set_outputs
.
An array of service instance Infrastructure as Code (IaC) outputs.
sourcepub fn set_outputs(self, input: Option<Vec<Output>>) -> Self
pub fn set_outputs(self, input: Option<Vec<Output>>) -> Self
An array of service instance Infrastructure as Code (IaC) outputs.
sourcepub fn build(self) -> ListServiceInstanceOutputsOutput
pub fn build(self) -> ListServiceInstanceOutputsOutput
Consumes the builder and constructs a ListServiceInstanceOutputsOutput
.
Trait Implementations§
source§impl Clone for ListServiceInstanceOutputsOutputBuilder
impl Clone for ListServiceInstanceOutputsOutputBuilder
source§fn clone(&self) -> ListServiceInstanceOutputsOutputBuilder
fn clone(&self) -> ListServiceInstanceOutputsOutputBuilder
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 Default for ListServiceInstanceOutputsOutputBuilder
impl Default for ListServiceInstanceOutputsOutputBuilder
source§fn default() -> ListServiceInstanceOutputsOutputBuilder
fn default() -> ListServiceInstanceOutputsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ListServiceInstanceOutputsOutputBuilder> for ListServiceInstanceOutputsOutputBuilder
impl PartialEq<ListServiceInstanceOutputsOutputBuilder> for ListServiceInstanceOutputsOutputBuilder
source§fn eq(&self, other: &ListServiceInstanceOutputsOutputBuilder) -> bool
fn eq(&self, other: &ListServiceInstanceOutputsOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.