Struct aws_sdk_chime::input::ListSipRulesInput
source · [−]#[non_exhaustive]pub struct ListSipRulesInput { /* private fields */ }Implementations
sourceimpl ListSipRulesInput
impl ListSipRulesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListSipRules, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListSipRules, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListSipRules>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListSipRulesInput.
sourceimpl ListSipRulesInput
impl ListSipRulesInput
sourcepub fn sip_media_application_id(&self) -> Option<&str>
pub fn sip_media_application_id(&self) -> Option<&str>
The SIP media application ID.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results to return in a single call. Defaults to 100.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to use to retrieve the next page of results.
Trait Implementations
sourceimpl Clone for ListSipRulesInput
impl Clone for ListSipRulesInput
sourcefn clone(&self) -> ListSipRulesInput
fn clone(&self) -> ListSipRulesInput
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 ListSipRulesInput
impl Debug for ListSipRulesInput
sourceimpl PartialEq<ListSipRulesInput> for ListSipRulesInput
impl PartialEq<ListSipRulesInput> for ListSipRulesInput
sourcefn eq(&self, other: &ListSipRulesInput) -> bool
fn eq(&self, other: &ListSipRulesInput) -> bool
impl StructuralPartialEq for ListSipRulesInput
Auto Trait Implementations
impl RefUnwindSafe for ListSipRulesInput
impl Send for ListSipRulesInput
impl Sync for ListSipRulesInput
impl Unpin for ListSipRulesInput
impl UnwindSafe for ListSipRulesInput
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