@Generated(value="software.amazon.awssdk:codegen") public final class GetRelationalDatabaseEventsRequest extends LightsailRequest implements ToCopyableBuilder<GetRelationalDatabaseEventsRequest.Builder,GetRelationalDatabaseEventsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetRelationalDatabaseEventsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetRelationalDatabaseEventsRequest.Builder |
builder() |
Integer |
durationInMinutes()
The number of minutes in the past from which to retrieve events.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
pageToken()
The token to advance to the next page of results from your request.
|
String |
relationalDatabaseName()
The name of the database from which to get events.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetRelationalDatabaseEventsRequest.Builder> |
serializableBuilderClass() |
GetRelationalDatabaseEventsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String relationalDatabaseName()
The name of the database from which to get events.
public final 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).
Default: 60
The minimum is 1 and the maximum is 14 days (20160 minutes).
public final 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.
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.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetRelationalDatabaseEventsRequest.Builder,GetRelationalDatabaseEventsRequest>toBuilder in class LightsailRequestpublic static GetRelationalDatabaseEventsRequest.Builder builder()
public static Class<? extends GetRelationalDatabaseEventsRequest.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.