Struct aws_sdk_proton::input::ListServiceTemplatesInput
source · #[non_exhaustive]pub struct ListServiceTemplatesInput { /* private fields */ }Implementations§
source§impl ListServiceTemplatesInput
impl ListServiceTemplatesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListServiceTemplates, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListServiceTemplates, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListServiceTemplates>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListServiceTemplatesInput.
source§impl ListServiceTemplatesInput
impl ListServiceTemplatesInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token that indicates the location of the next service template in the array of service templates, after the list of service templates previously requested.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of service templates to list.
Trait Implementations§
source§impl Clone for ListServiceTemplatesInput
impl Clone for ListServiceTemplatesInput
source§fn clone(&self) -> ListServiceTemplatesInput
fn clone(&self) -> ListServiceTemplatesInput
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 Debug for ListServiceTemplatesInput
impl Debug for ListServiceTemplatesInput
source§impl PartialEq<ListServiceTemplatesInput> for ListServiceTemplatesInput
impl PartialEq<ListServiceTemplatesInput> for ListServiceTemplatesInput
source§fn eq(&self, other: &ListServiceTemplatesInput) -> bool
fn eq(&self, other: &ListServiceTemplatesInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.