@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()
The token to advance to the next page of results from your 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)
The token to advance to the next page of results from your 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)
The token to advance to the next page of results from your 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)
The token to advance to the next page of results from your request.
To get a page token, perform an initial GetRelationalDatabaseEvents
request. If your results are
paginated, the response will return a next page token that you can specify as the page token in a subsequent
request.
pageToken
- The token to advance to the next page of results from your request.
To get a page token, perform an initial GetRelationalDatabaseEvents
request. If your results
are paginated, the response will return a next page token that you can specify as the page token in a
subsequent request.
public String getPageToken()
The token to advance to the next page of results from your request.
To get a page token, perform an initial GetRelationalDatabaseEvents
request. If your results are
paginated, the response will return a next page token that you can specify as the page token in a subsequent
request.
To get a page token, perform an initial GetRelationalDatabaseEvents
request. If your results
are paginated, the response will return a next page token that you can specify as the page token in a
subsequent request.
public GetRelationalDatabaseEventsRequest withPageToken(String pageToken)
The token to advance to the next page of results from your request.
To get a page token, perform an initial GetRelationalDatabaseEvents
request. If your results are
paginated, the response will return a next page token that you can specify as the page token in a subsequent
request.
pageToken
- The token to advance to the next page of results from your request.
To get a page token, perform an initial GetRelationalDatabaseEvents
request. If your results
are paginated, the response will return a next page token that you can specify as the page token in a
subsequent request.
public String toString()
toString
in class Object
Object.toString()
public GetRelationalDatabaseEventsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()