Class DescribeEventsRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
Request to retrieve a list of events for an environment.
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those associated with this application.If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur up to, but not including, theEndTime
.If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.Specifies the maximum number of events that can be returned, beginning with the most recent event.Pagination token.If specified, AWS Elastic Beanstalk restricts the described events to include only those associated with this request ID.If specified, limits the events returned from this call to include only those with the specified severity or higher.If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur on or after this time.If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that are associated with this environment configuration.If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this application version.int
hashCode()
void
setApplicationName
(String applicationName) If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those associated with this application.void
setEndTime
(Date endTime) If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur up to, but not including, theEndTime
.void
setEnvironmentId
(String environmentId) If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.void
setEnvironmentName
(String environmentName) If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.void
setMaxRecords
(Integer maxRecords) Specifies the maximum number of events that can be returned, beginning with the most recent event.void
setNextToken
(String nextToken) Pagination token.void
setRequestId
(String requestId) If specified, AWS Elastic Beanstalk restricts the described events to include only those associated with this request ID.void
setSeverity
(EventSeverity severity) If specified, limits the events returned from this call to include only those with the specified severity or higher.void
setSeverity
(String severity) If specified, limits the events returned from this call to include only those with the specified severity or higher.void
setStartTime
(Date startTime) If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur on or after this time.void
setTemplateName
(String templateName) If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that are associated with this environment configuration.void
setVersionLabel
(String versionLabel) If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this application version.toString()
Returns a string representation of this object; useful for testing and debugging.withApplicationName
(String applicationName) If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those associated with this application.withEndTime
(Date endTime) If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur up to, but not including, theEndTime
.withEnvironmentId
(String environmentId) If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.withEnvironmentName
(String environmentName) If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.withMaxRecords
(Integer maxRecords) Specifies the maximum number of events that can be returned, beginning with the most recent event.withNextToken
(String nextToken) Pagination token.withRequestId
(String requestId) If specified, AWS Elastic Beanstalk restricts the described events to include only those associated with this request ID.withSeverity
(EventSeverity severity) If specified, limits the events returned from this call to include only those with the specified severity or higher.withSeverity
(String severity) If specified, limits the events returned from this call to include only those with the specified severity or higher.withStartTime
(Date startTime) If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur on or after this time.withTemplateName
(String templateName) If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that are associated with this environment configuration.withVersionLabel
(String versionLabel) If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this application version.Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
DescribeEventsRequest
public DescribeEventsRequest()
-
-
Method Details
-
setApplicationName
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those associated with this application.
- Parameters:
applicationName
- If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those associated with this application.
-
getApplicationName
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those associated with this application.
- Returns:
- If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those associated with this application.
-
withApplicationName
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those associated with this application.
- Parameters:
applicationName
- If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those associated with this application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setVersionLabel
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this application version.
- Parameters:
versionLabel
- If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this application version.
-
getVersionLabel
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this application version.
- Returns:
- If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this application version.
-
withVersionLabel
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this application version.
- Parameters:
versionLabel
- If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this application version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTemplateName
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that are associated with this environment configuration.
- Parameters:
templateName
- If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that are associated with this environment configuration.
-
getTemplateName
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that are associated with this environment configuration.
- Returns:
- If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that are associated with this environment configuration.
-
withTemplateName
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that are associated with this environment configuration.
- Parameters:
templateName
- If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that are associated with this environment configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setEnvironmentId
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.
- Parameters:
environmentId
- If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.
-
getEnvironmentId
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.
- Returns:
- If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.
-
withEnvironmentId
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.
- Parameters:
environmentId
- If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setEnvironmentName
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.
- Parameters:
environmentName
- If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.
-
getEnvironmentName
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.
- Returns:
- If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.
-
withEnvironmentName
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.
- Parameters:
environmentName
- If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setRequestId
If specified, AWS Elastic Beanstalk restricts the described events to include only those associated with this request ID.
- Parameters:
requestId
- If specified, AWS Elastic Beanstalk restricts the described events to include only those associated with this request ID.
-
getRequestId
If specified, AWS Elastic Beanstalk restricts the described events to include only those associated with this request ID.
- Returns:
- If specified, AWS Elastic Beanstalk restricts the described events to include only those associated with this request ID.
-
withRequestId
If specified, AWS Elastic Beanstalk restricts the described events to include only those associated with this request ID.
- Parameters:
requestId
- If specified, AWS Elastic Beanstalk restricts the described events to include only those associated with this request ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setSeverity
If specified, limits the events returned from this call to include only those with the specified severity or higher.
- Parameters:
severity
- If specified, limits the events returned from this call to include only those with the specified severity or higher.- See Also:
-
getSeverity
If specified, limits the events returned from this call to include only those with the specified severity or higher.
- Returns:
- If specified, limits the events returned from this call to include only those with the specified severity or higher.
- See Also:
-
withSeverity
If specified, limits the events returned from this call to include only those with the specified severity or higher.
- Parameters:
severity
- If specified, limits the events returned from this call to include only those with the specified severity or higher.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setSeverity
If specified, limits the events returned from this call to include only those with the specified severity or higher.
- Parameters:
severity
- If specified, limits the events returned from this call to include only those with the specified severity or higher.- See Also:
-
withSeverity
If specified, limits the events returned from this call to include only those with the specified severity or higher.
- Parameters:
severity
- If specified, limits the events returned from this call to include only those with the specified severity or higher.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setStartTime
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur on or after this time.
- Parameters:
startTime
- If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur on or after this time.
-
getStartTime
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur on or after this time.
- Returns:
- If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur on or after this time.
-
withStartTime
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur on or after this time.
- Parameters:
startTime
- If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur on or after this time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setEndTime
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur up to, but not including, the
EndTime
.- Parameters:
endTime
- If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur up to, but not including, theEndTime
.
-
getEndTime
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur up to, but not including, the
EndTime
.- Returns:
- If specified, AWS Elastic Beanstalk restricts the returned
descriptions to those that occur up to, but not including, the
EndTime
.
-
withEndTime
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur up to, but not including, the
EndTime
.- Parameters:
endTime
- If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur up to, but not including, theEndTime
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMaxRecords
Specifies the maximum number of events that can be returned, beginning with the most recent event.
- Parameters:
maxRecords
- Specifies the maximum number of events that can be returned, beginning with the most recent event.
-
getMaxRecords
Specifies the maximum number of events that can be returned, beginning with the most recent event.
- Returns:
- Specifies the maximum number of events that can be returned, beginning with the most recent event.
-
withMaxRecords
Specifies the maximum number of events that can be returned, beginning with the most recent event.
- Parameters:
maxRecords
- Specifies the maximum number of events that can be returned, beginning with the most recent event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
Pagination token. If specified, the events return the next batch of results.
- Parameters:
nextToken
- Pagination token. If specified, the events return the next batch of results.
-
getNextToken
Pagination token. If specified, the events return the next batch of results.
- Returns:
- Pagination token. If specified, the events return the next batch of results.
-
withNextToken
Pagination token. If specified, the events return the next batch of results.
- Parameters:
nextToken
- Pagination token. If specified, the events return the next batch of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-