Struct aws_sdk_elasticbeanstalk::operation::describe_events::builders::DescribeEventsInputBuilder
source · #[non_exhaustive]pub struct DescribeEventsInputBuilder { /* private fields */ }Expand description
A builder for DescribeEventsInput.
Implementations§
source§impl DescribeEventsInputBuilder
impl DescribeEventsInputBuilder
sourcepub fn application_name(self, input: impl Into<String>) -> Self
pub fn application_name(self, input: impl Into<String>) -> Self
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those associated with this application.
sourcepub fn set_application_name(self, input: Option<String>) -> Self
pub fn set_application_name(self, input: Option<String>) -> Self
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those associated with this application.
sourcepub fn get_application_name(&self) -> &Option<String>
pub fn get_application_name(&self) -> &Option<String>
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those associated with this application.
sourcepub fn version_label(self, input: impl Into<String>) -> Self
pub fn version_label(self, input: impl Into<String>) -> Self
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this application version.
sourcepub fn set_version_label(self, input: Option<String>) -> Self
pub fn set_version_label(self, input: Option<String>) -> Self
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this application version.
sourcepub fn get_version_label(&self) -> &Option<String>
pub fn get_version_label(&self) -> &Option<String>
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this application version.
sourcepub fn template_name(self, input: impl Into<String>) -> Self
pub fn template_name(self, input: impl Into<String>) -> Self
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that are associated with this environment configuration.
sourcepub fn set_template_name(self, input: Option<String>) -> Self
pub fn set_template_name(self, input: Option<String>) -> Self
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that are associated with this environment configuration.
sourcepub fn get_template_name(&self) -> &Option<String>
pub fn get_template_name(&self) -> &Option<String>
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that are associated with this environment configuration.
sourcepub fn environment_id(self, input: impl Into<String>) -> Self
pub fn environment_id(self, input: impl Into<String>) -> Self
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.
sourcepub fn set_environment_id(self, input: Option<String>) -> Self
pub fn set_environment_id(self, input: Option<String>) -> Self
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.
sourcepub fn get_environment_id(&self) -> &Option<String>
pub fn get_environment_id(&self) -> &Option<String>
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.
sourcepub fn environment_name(self, input: impl Into<String>) -> Self
pub fn environment_name(self, input: impl Into<String>) -> Self
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.
sourcepub fn set_environment_name(self, input: Option<String>) -> Self
pub fn set_environment_name(self, input: Option<String>) -> Self
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.
sourcepub fn get_environment_name(&self) -> &Option<String>
pub fn get_environment_name(&self) -> &Option<String>
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.
sourcepub fn platform_arn(self, input: impl Into<String>) -> Self
pub fn platform_arn(self, input: impl Into<String>) -> Self
The ARN of a custom platform version. If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this custom platform version.
sourcepub fn set_platform_arn(self, input: Option<String>) -> Self
pub fn set_platform_arn(self, input: Option<String>) -> Self
The ARN of a custom platform version. If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this custom platform version.
sourcepub fn get_platform_arn(&self) -> &Option<String>
pub fn get_platform_arn(&self) -> &Option<String>
The ARN of a custom platform version. If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this custom platform version.
sourcepub fn request_id(self, input: impl Into<String>) -> Self
pub fn request_id(self, input: impl Into<String>) -> Self
If specified, AWS Elastic Beanstalk restricts the described events to include only those associated with this request ID.
sourcepub fn set_request_id(self, input: Option<String>) -> Self
pub fn set_request_id(self, input: Option<String>) -> Self
If specified, AWS Elastic Beanstalk restricts the described events to include only those associated with this request ID.
sourcepub fn get_request_id(&self) -> &Option<String>
pub fn get_request_id(&self) -> &Option<String>
If specified, AWS Elastic Beanstalk restricts the described events to include only those associated with this request ID.
sourcepub fn severity(self, input: EventSeverity) -> Self
pub fn severity(self, input: EventSeverity) -> Self
If specified, limits the events returned from this call to include only those with the specified severity or higher.
sourcepub fn set_severity(self, input: Option<EventSeverity>) -> Self
pub fn set_severity(self, input: Option<EventSeverity>) -> Self
If specified, limits the events returned from this call to include only those with the specified severity or higher.
sourcepub fn get_severity(&self) -> &Option<EventSeverity>
pub fn get_severity(&self) -> &Option<EventSeverity>
If specified, limits the events returned from this call to include only those with the specified severity or higher.
sourcepub fn start_time(self, input: DateTime) -> Self
pub fn start_time(self, input: DateTime) -> Self
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur on or after this time.
sourcepub fn set_start_time(self, input: Option<DateTime>) -> Self
pub fn set_start_time(self, input: Option<DateTime>) -> Self
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur on or after this time.
sourcepub fn get_start_time(&self) -> &Option<DateTime>
pub fn get_start_time(&self) -> &Option<DateTime>
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur on or after this time.
sourcepub fn end_time(self, input: DateTime) -> Self
pub fn end_time(self, input: DateTime) -> Self
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur up to, but not including, the EndTime.
sourcepub fn set_end_time(self, input: Option<DateTime>) -> Self
pub fn set_end_time(self, input: Option<DateTime>) -> Self
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur up to, but not including, the EndTime.
sourcepub fn get_end_time(&self) -> &Option<DateTime>
pub fn get_end_time(&self) -> &Option<DateTime>
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur up to, but not including, the EndTime.
sourcepub fn max_records(self, input: i32) -> Self
pub fn max_records(self, input: i32) -> Self
Specifies the maximum number of events that can be returned, beginning with the most recent event.
sourcepub fn set_max_records(self, input: Option<i32>) -> Self
pub fn set_max_records(self, input: Option<i32>) -> Self
Specifies the maximum number of events that can be returned, beginning with the most recent event.
sourcepub fn get_max_records(&self) -> &Option<i32>
pub fn get_max_records(&self) -> &Option<i32>
Specifies the maximum number of events that can be returned, beginning with the most recent event.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
Pagination token. If specified, the events return the next batch of results.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
Pagination token. If specified, the events return the next batch of results.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
Pagination token. If specified, the events return the next batch of results.
sourcepub fn build(self) -> Result<DescribeEventsInput, BuildError>
pub fn build(self) -> Result<DescribeEventsInput, BuildError>
Consumes the builder and constructs a DescribeEventsInput.
source§impl DescribeEventsInputBuilder
impl DescribeEventsInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DescribeEventsOutput, SdkError<DescribeEventsError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DescribeEventsOutput, SdkError<DescribeEventsError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DescribeEventsInputBuilder
impl Clone for DescribeEventsInputBuilder
source§fn clone(&self) -> DescribeEventsInputBuilder
fn clone(&self) -> DescribeEventsInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for DescribeEventsInputBuilder
impl Debug for DescribeEventsInputBuilder
source§impl Default for DescribeEventsInputBuilder
impl Default for DescribeEventsInputBuilder
source§fn default() -> DescribeEventsInputBuilder
fn default() -> DescribeEventsInputBuilder
source§impl PartialEq for DescribeEventsInputBuilder
impl PartialEq for DescribeEventsInputBuilder
source§fn eq(&self, other: &DescribeEventsInputBuilder) -> bool
fn eq(&self, other: &DescribeEventsInputBuilder) -> bool
self and other values to be equal, and is used
by ==.