Struct aws_sdk_proton::input::ListServiceTemplatesInput
source · [−]#[non_exhaustive]pub struct ListServiceTemplatesInput { /* private fields */ }
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for ListServiceTemplatesInput
impl Clone for ListServiceTemplatesInput
sourcefn clone(&self) -> ListServiceTemplatesInput
fn clone(&self) -> ListServiceTemplatesInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ListServiceTemplatesInput
impl Debug for ListServiceTemplatesInput
sourceimpl PartialEq<ListServiceTemplatesInput> for ListServiceTemplatesInput
impl PartialEq<ListServiceTemplatesInput> for ListServiceTemplatesInput
sourcefn eq(&self, other: &ListServiceTemplatesInput) -> bool
fn eq(&self, other: &ListServiceTemplatesInput) -> bool
impl StructuralPartialEq for ListServiceTemplatesInput
Auto Trait Implementations
impl RefUnwindSafe for ListServiceTemplatesInput
impl Send for ListServiceTemplatesInput
impl Sync for ListServiceTemplatesInput
impl Unpin for ListServiceTemplatesInput
impl UnwindSafe for ListServiceTemplatesInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more