Struct aws_sdk_appsync::operation::list_domain_names::builders::ListDomainNamesOutputBuilder
source · #[non_exhaustive]pub struct ListDomainNamesOutputBuilder { /* private fields */ }Expand description
A builder for ListDomainNamesOutput.
Implementations§
source§impl ListDomainNamesOutputBuilder
impl ListDomainNamesOutputBuilder
sourcepub fn domain_name_configs(self, input: DomainNameConfig) -> Self
pub fn domain_name_configs(self, input: DomainNameConfig) -> Self
Appends an item to domain_name_configs.
To override the contents of this collection use set_domain_name_configs.
Lists configurations for multiple domain names.
sourcepub fn set_domain_name_configs(
self,
input: Option<Vec<DomainNameConfig>>
) -> Self
pub fn set_domain_name_configs( self, input: Option<Vec<DomainNameConfig>> ) -> Self
Lists configurations for multiple domain names.
sourcepub fn get_domain_name_configs(&self) -> &Option<Vec<DomainNameConfig>>
pub fn get_domain_name_configs(&self) -> &Option<Vec<DomainNameConfig>>
Lists configurations for multiple domain names.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.
sourcepub fn build(self) -> ListDomainNamesOutput
pub fn build(self) -> ListDomainNamesOutput
Consumes the builder and constructs a ListDomainNamesOutput.
Trait Implementations§
source§impl Clone for ListDomainNamesOutputBuilder
impl Clone for ListDomainNamesOutputBuilder
source§fn clone(&self) -> ListDomainNamesOutputBuilder
fn clone(&self) -> ListDomainNamesOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for ListDomainNamesOutputBuilder
impl Debug for ListDomainNamesOutputBuilder
source§impl Default for ListDomainNamesOutputBuilder
impl Default for ListDomainNamesOutputBuilder
source§fn default() -> ListDomainNamesOutputBuilder
fn default() -> ListDomainNamesOutputBuilder
source§impl PartialEq for ListDomainNamesOutputBuilder
impl PartialEq for ListDomainNamesOutputBuilder
source§fn eq(&self, other: &ListDomainNamesOutputBuilder) -> bool
fn eq(&self, other: &ListDomainNamesOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.