@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRelationalDatabaseEventsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetRelationalDatabaseEventsRequest() |
Modifier and Type | Method and Description |
---|---|
GetRelationalDatabaseEventsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getDurationInMinutes()
The number of minutes in the past from which to retrieve events.
|
String |
getPageToken()
A token used for advancing to a specific page of results from for get relational database events request.
|
String |
getRelationalDatabaseName()
The name of the database from which to get events.
|
int |
hashCode() |
void |
setDurationInMinutes(Integer durationInMinutes)
The number of minutes in the past from which to retrieve events.
|
void |
setPageToken(String pageToken)
A token used for advancing to a specific page of results from for get relational database events request.
|
void |
setRelationalDatabaseName(String relationalDatabaseName)
The name of the database from which to get events.
|
String |
toString()
Returns a string representation of this object.
|
GetRelationalDatabaseEventsRequest |
withDurationInMinutes(Integer durationInMinutes)
The number of minutes in the past from which to retrieve events.
|
GetRelationalDatabaseEventsRequest |
withPageToken(String pageToken)
A token used for advancing to a specific page of results from for get relational database events request.
|
GetRelationalDatabaseEventsRequest |
withRelationalDatabaseName(String relationalDatabaseName)
The name of the database from which to get events.
|
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 setRelationalDatabaseName(String relationalDatabaseName)
The name of the database from which to get events.
relationalDatabaseName
- The name of the database from which to get events.public String getRelationalDatabaseName()
The name of the database from which to get events.
public GetRelationalDatabaseEventsRequest withRelationalDatabaseName(String relationalDatabaseName)
The name of the database from which to get events.
relationalDatabaseName
- The name of the database from which to get events.public void setDurationInMinutes(Integer durationInMinutes)
The number of minutes in the past from which to retrieve events. For example, to get all events from the past 2 hours, enter 120.
Default: 60
The minimum is 1 and the maximum is 14 days (20160 minutes).
durationInMinutes
- The number of minutes in the past from which to retrieve events. For example, to get all events from the
past 2 hours, enter 120.
Default: 60
The minimum is 1 and the maximum is 14 days (20160 minutes).
public Integer getDurationInMinutes()
The number of minutes in the past from which to retrieve events. For example, to get all events from the past 2 hours, enter 120.
Default: 60
The minimum is 1 and the maximum is 14 days (20160 minutes).
Default: 60
The minimum is 1 and the maximum is 14 days (20160 minutes).
public GetRelationalDatabaseEventsRequest withDurationInMinutes(Integer durationInMinutes)
The number of minutes in the past from which to retrieve events. For example, to get all events from the past 2 hours, enter 120.
Default: 60
The minimum is 1 and the maximum is 14 days (20160 minutes).
durationInMinutes
- The number of minutes in the past from which to retrieve events. For example, to get all events from the
past 2 hours, enter 120.
Default: 60
The minimum is 1 and the maximum is 14 days (20160 minutes).
public void setPageToken(String pageToken)
A token used for advancing to a specific page of results from for get relational database events request.
pageToken
- A token used for advancing to a specific page of results from for get relational database events request.public String getPageToken()
A token used for advancing to a specific page of results from for get relational database events request.
public GetRelationalDatabaseEventsRequest withPageToken(String pageToken)
A token used for advancing to a specific page of results from for get relational database events request.
pageToken
- A token used for advancing to a specific page of results from for get relational database events request.public String toString()
toString
in class Object
Object.toString()
public GetRelationalDatabaseEventsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.