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