Struct aws_sdk_eventbridge::input::ListEndpointsInput
source · #[non_exhaustive]pub struct ListEndpointsInput { /* private fields */ }Implementations§
source§impl ListEndpointsInput
impl ListEndpointsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListEndpoints, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListEndpoints, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListEndpoints>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListEndpointsInput.
source§impl ListEndpointsInput
impl ListEndpointsInput
sourcepub fn name_prefix(&self) -> Option<&str>
pub fn name_prefix(&self) -> Option<&str>
A value that will return a subset of the endpoints associated with this account. For example, "NamePrefix": "ABC" will return all endpoints with "ABC" in the name.
sourcepub fn home_region(&self) -> Option<&str>
pub fn home_region(&self) -> Option<&str>
The primary Region of the endpoints associated with this account. For example "HomeRegion": "us-east-1".
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results returned by the call.
Trait Implementations§
source§impl Clone for ListEndpointsInput
impl Clone for ListEndpointsInput
source§fn clone(&self) -> ListEndpointsInput
fn clone(&self) -> ListEndpointsInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for ListEndpointsInput
impl Debug for ListEndpointsInput
source§impl PartialEq<ListEndpointsInput> for ListEndpointsInput
impl PartialEq<ListEndpointsInput> for ListEndpointsInput
source§fn eq(&self, other: &ListEndpointsInput) -> bool
fn eq(&self, other: &ListEndpointsInput) -> bool
self and other values to be equal, and is used
by ==.