Struct aws_sdk_sns::input::ListPlatformApplicationsInput
source · #[non_exhaustive]pub struct ListPlatformApplicationsInput { /* private fields */ }
Expand description
Input for ListPlatformApplications action.
Implementations§
source§impl ListPlatformApplicationsInput
impl ListPlatformApplicationsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListPlatformApplications, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListPlatformApplications, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListPlatformApplications
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListPlatformApplicationsInput
.
source§impl ListPlatformApplicationsInput
impl ListPlatformApplicationsInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
NextToken string is used when calling ListPlatformApplications action to retrieve additional records that are available after the first page results.
Trait Implementations§
source§impl Clone for ListPlatformApplicationsInput
impl Clone for ListPlatformApplicationsInput
source§fn clone(&self) -> ListPlatformApplicationsInput
fn clone(&self) -> ListPlatformApplicationsInput
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 PartialEq<ListPlatformApplicationsInput> for ListPlatformApplicationsInput
impl PartialEq<ListPlatformApplicationsInput> for ListPlatformApplicationsInput
source§fn eq(&self, other: &ListPlatformApplicationsInput) -> bool
fn eq(&self, other: &ListPlatformApplicationsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.