@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeEventsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Request to retrieve a list of events for an environment.
NOOP
Constructor and Description |
---|
DescribeEventsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeEventsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationName()
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those associated with
this application.
|
Date |
getEndTime()
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur up to, but not
including, the
EndTime . |
String |
getEnvironmentId()
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this
environment.
|
String |
getEnvironmentName()
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this
environment.
|
Integer |
getMaxRecords()
Specifies the maximum number of events that can be returned, beginning with the most recent event.
|
String |
getNextToken()
Pagination token.
|
String |
getPlatformArn()
The ARN of the version of the custom platform.
|
String |
getRequestId()
If specified, AWS Elastic Beanstalk restricts the described events to include only those associated with this
request ID.
|
String |
getSeverity()
If specified, limits the events returned from this call to include only those with the specified severity or
higher.
|
Date |
getStartTime()
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur on or after this
time.
|
String |
getTemplateName()
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that are associated with this
environment configuration.
|
String |
getVersionLabel()
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, the
EndTime . |
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 |
setPlatformArn(String platformArn)
The ARN of the version of the custom platform.
|
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.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeEventsRequest |
withApplicationName(String applicationName)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those associated with
this application.
|
DescribeEventsRequest |
withEndTime(Date endTime)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur up to, but not
including, the
EndTime . |
DescribeEventsRequest |
withEnvironmentId(String environmentId)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this
environment.
|
DescribeEventsRequest |
withEnvironmentName(String environmentName)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this
environment.
|
DescribeEventsRequest |
withMaxRecords(Integer maxRecords)
Specifies the maximum number of events that can be returned, beginning with the most recent event.
|
DescribeEventsRequest |
withNextToken(String nextToken)
Pagination token.
|
DescribeEventsRequest |
withPlatformArn(String platformArn)
The ARN of the version of the custom platform.
|
DescribeEventsRequest |
withRequestId(String requestId)
If specified, AWS Elastic Beanstalk restricts the described events to include only those associated with this
request ID.
|
DescribeEventsRequest |
withSeverity(EventSeverity severity)
If specified, limits the events returned from this call to include only those with the specified severity or
higher.
|
DescribeEventsRequest |
withSeverity(String severity)
If specified, limits the events returned from this call to include only those with the specified severity or
higher.
|
DescribeEventsRequest |
withStartTime(Date startTime)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur on or after this
time.
|
DescribeEventsRequest |
withTemplateName(String templateName)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that are associated with this
environment configuration.
|
DescribeEventsRequest |
withVersionLabel(String versionLabel)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this application
version.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setApplicationName(String applicationName)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those associated with this application.
applicationName
- If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those associated
with this application.public String getApplicationName()
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those associated with this application.
public DescribeEventsRequest withApplicationName(String applicationName)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those associated with this application.
applicationName
- If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those associated
with this application.public void setVersionLabel(String versionLabel)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this application version.
versionLabel
- If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this
application version.public String getVersionLabel()
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this application version.
public DescribeEventsRequest withVersionLabel(String versionLabel)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this application version.
versionLabel
- If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this
application version.public void setTemplateName(String templateName)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that are associated with this environment configuration.
templateName
- If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that are associated with
this environment configuration.public String getTemplateName()
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that are associated with this environment configuration.
public DescribeEventsRequest withTemplateName(String templateName)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that are associated with this environment configuration.
templateName
- If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that are associated with
this environment configuration.public void setEnvironmentId(String environmentId)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.
environmentId
- If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this
environment.public String getEnvironmentId()
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.
public DescribeEventsRequest withEnvironmentId(String environmentId)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.
environmentId
- If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this
environment.public void setEnvironmentName(String environmentName)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.
environmentName
- If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this
environment.public String getEnvironmentName()
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.
public DescribeEventsRequest withEnvironmentName(String environmentName)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.
environmentName
- If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this
environment.public void setPlatformArn(String platformArn)
The ARN of the version of the custom platform.
platformArn
- The ARN of the version of the custom platform.public String getPlatformArn()
The ARN of the version of the custom platform.
public DescribeEventsRequest withPlatformArn(String platformArn)
The ARN of the version of the custom platform.
platformArn
- The ARN of the version of the custom platform.public void setRequestId(String requestId)
If specified, AWS Elastic Beanstalk restricts the described events to include only those associated with this request ID.
requestId
- If specified, AWS Elastic Beanstalk restricts the described events to include only those associated with
this request ID.public String getRequestId()
If specified, AWS Elastic Beanstalk restricts the described events to include only those associated with this request ID.
public DescribeEventsRequest withRequestId(String requestId)
If specified, AWS Elastic Beanstalk restricts the described events to include only those associated with this request ID.
requestId
- If specified, AWS Elastic Beanstalk restricts the described events to include only those associated with
this request ID.public void setSeverity(String severity)
If specified, limits the events returned from this call to include only those with the specified severity or higher.
severity
- If specified, limits the events returned from this call to include only those with the specified severity
or higher.EventSeverity
public String getSeverity()
If specified, limits the events returned from this call to include only those with the specified severity or higher.
EventSeverity
public DescribeEventsRequest withSeverity(String severity)
If specified, limits the events returned from this call to include only those with the specified severity or higher.
severity
- If specified, limits the events returned from this call to include only those with the specified severity
or higher.EventSeverity
public void setSeverity(EventSeverity severity)
If specified, limits the events returned from this call to include only those with the specified severity or higher.
severity
- If specified, limits the events returned from this call to include only those with the specified severity
or higher.EventSeverity
public DescribeEventsRequest withSeverity(EventSeverity severity)
If specified, limits the events returned from this call to include only those with the specified severity or higher.
severity
- If specified, limits the events returned from this call to include only those with the specified severity
or higher.EventSeverity
public void setStartTime(Date startTime)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur on or after this time.
startTime
- If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur on or after
this time.public Date getStartTime()
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur on or after this time.
public DescribeEventsRequest withStartTime(Date startTime)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur on or after this time.
startTime
- If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur on or after
this time.public void setEndTime(Date endTime)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur up to, but not
including, the EndTime
.
endTime
- If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur up to, but not
including, the EndTime
.public Date getEndTime()
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur up to, but not
including, the EndTime
.
EndTime
.public DescribeEventsRequest withEndTime(Date endTime)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur up to, but not
including, the EndTime
.
endTime
- If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur up to, but not
including, the EndTime
.public void setMaxRecords(Integer maxRecords)
Specifies the maximum number of events that can be returned, beginning with the most recent event.
maxRecords
- Specifies the maximum number of events that can be returned, beginning with the most recent event.public Integer getMaxRecords()
Specifies the maximum number of events that can be returned, beginning with the most recent event.
public DescribeEventsRequest withMaxRecords(Integer maxRecords)
Specifies the maximum number of events that can be returned, beginning with the most recent event.
maxRecords
- Specifies the maximum number of events that can be returned, beginning with the most recent event.public void setNextToken(String nextToken)
Pagination token. If specified, the events return the next batch of results.
nextToken
- Pagination token. If specified, the events return the next batch of results.public String getNextToken()
Pagination token. If specified, the events return the next batch of results.
public DescribeEventsRequest withNextToken(String nextToken)
Pagination token. If specified, the events return the next batch of results.
nextToken
- Pagination token. If specified, the events return the next batch of results.public String toString()
toString
in class Object
Object.toString()
public DescribeEventsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.