@Generated(value="software.amazon.awssdk:codegen") public final class DescribeEventsRequest extends ElasticBeanstalkRequest implements ToCopyableBuilder<DescribeEventsRequest.Builder,DescribeEventsRequest>
Request to retrieve a list of events for an environment.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeEventsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationName()
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those associated with
this application.
|
static DescribeEventsRequest.Builder |
builder() |
Instant |
endTime()
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur up to, but not
including, the
EndTime. |
String |
environmentId()
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this
environment.
|
String |
environmentName()
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this
environment.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxRecords()
Specifies the maximum number of events that can be returned, beginning with the most recent event.
|
String |
nextToken()
Pagination token.
|
String |
platformArn()
The ARN of a custom platform version.
|
String |
requestId()
If specified, AWS Elastic Beanstalk restricts the described events to include only those associated with this
request ID.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeEventsRequest.Builder> |
serializableBuilderClass() |
EventSeverity |
severity()
If specified, limits the events returned from this call to include only those with the specified severity or
higher.
|
String |
severityAsString()
If specified, limits the events returned from this call to include only those with the specified severity or
higher.
|
Instant |
startTime()
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur on or after this
time.
|
String |
templateName()
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that are associated with this
environment configuration.
|
DescribeEventsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
versionLabel()
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this application
version.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String applicationName()
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those associated with this application.
public final String versionLabel()
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this application version.
public final String templateName()
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that are associated with this environment configuration.
public final String environmentId()
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.
public final String environmentName()
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.
public final String platformArn()
The ARN of a custom platform version. If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this custom platform version.
public final String requestId()
If specified, AWS Elastic Beanstalk restricts the described events to include only those associated with this request ID.
public final EventSeverity severity()
If specified, limits the events returned from this call to include only those with the specified severity or higher.
If the service returns an enum value that is not available in the current SDK version, severity will
return EventSeverity.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
severityAsString().
EventSeveritypublic final String severityAsString()
If specified, limits the events returned from this call to include only those with the specified severity or higher.
If the service returns an enum value that is not available in the current SDK version, severity will
return EventSeverity.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
severityAsString().
EventSeveritypublic final Instant startTime()
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur on or after this time.
public final Instant endTime()
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur up to, but not
including, the EndTime.
EndTime.public final Integer maxRecords()
Specifies the maximum number of events that can be returned, beginning with the most recent event.
public final String nextToken()
Pagination token. If specified, the events return the next batch of results.
public DescribeEventsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeEventsRequest.Builder,DescribeEventsRequest>toBuilder in class ElasticBeanstalkRequestpublic static DescribeEventsRequest.Builder builder()
public static Class<? extends DescribeEventsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.