Struct aws_sdk_translate::operation::list_terminologies::builders::ListTerminologiesOutputBuilder
source · #[non_exhaustive]pub struct ListTerminologiesOutputBuilder { /* private fields */ }Expand description
A builder for ListTerminologiesOutput.
Implementations§
source§impl ListTerminologiesOutputBuilder
impl ListTerminologiesOutputBuilder
sourcepub fn terminology_properties_list(self, input: TerminologyProperties) -> Self
pub fn terminology_properties_list(self, input: TerminologyProperties) -> Self
Appends an item to terminology_properties_list.
To override the contents of this collection use set_terminology_properties_list.
The properties list of the custom terminologies returned on the list request.
sourcepub fn set_terminology_properties_list(
self,
input: Option<Vec<TerminologyProperties>>
) -> Self
pub fn set_terminology_properties_list( self, input: Option<Vec<TerminologyProperties>> ) -> Self
The properties list of the custom terminologies returned on the list request.
sourcepub fn get_terminology_properties_list(
&self
) -> &Option<Vec<TerminologyProperties>>
pub fn get_terminology_properties_list( &self ) -> &Option<Vec<TerminologyProperties>>
The properties list of the custom terminologies returned on the list request.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
If the response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
If the response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
If the response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.
sourcepub fn build(self) -> ListTerminologiesOutput
pub fn build(self) -> ListTerminologiesOutput
Consumes the builder and constructs a ListTerminologiesOutput.
Trait Implementations§
source§impl Clone for ListTerminologiesOutputBuilder
impl Clone for ListTerminologiesOutputBuilder
source§fn clone(&self) -> ListTerminologiesOutputBuilder
fn clone(&self) -> ListTerminologiesOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for ListTerminologiesOutputBuilder
impl Default for ListTerminologiesOutputBuilder
source§fn default() -> ListTerminologiesOutputBuilder
fn default() -> ListTerminologiesOutputBuilder
source§impl PartialEq for ListTerminologiesOutputBuilder
impl PartialEq for ListTerminologiesOutputBuilder
source§fn eq(&self, other: &ListTerminologiesOutputBuilder) -> bool
fn eq(&self, other: &ListTerminologiesOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.