@Generated(value="software.amazon.awssdk:codegen") public final class ListEventLogsRequest extends CodeCatalystRequest implements ToCopyableBuilder<ListEventLogsRequest.Builder,ListEventLogsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListEventLogsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListEventLogsRequest.Builder |
builder() |
Instant |
endTime()
The time after which you do not want any events retrieved, in coordinated universal time (UTC) timestamp format
as specified in RFC 3339.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
eventName()
The name of the event.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of results to show in a single call to this API.
|
String |
nextToken()
A token returned from a call to this API to indicate the next batch of results to return, if any.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListEventLogsRequest.Builder> |
serializableBuilderClass() |
String |
spaceName()
The name of the space.
|
Instant |
startTime()
The date and time when you want to start retrieving events, in coordinated universal time (UTC) timestamp format
as specified in RFC 3339.
|
ListEventLogsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String spaceName()
The name of the space.
public final Instant startTime()
The date and time when you want to start retrieving events, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
public final Instant endTime()
The time after which you do not want any events retrieved, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
public final String eventName()
The name of the event.
public final String nextToken()
A token returned from a call to this API to indicate the next batch of results to return, if any.
public final Integer maxResults()
The maximum number of results to show in a single call to this API. If the number of results is larger than the
number you specified, the response will include a NextToken element, which you can use to obtain
additional results.
NextToken element, which you can
use to obtain additional results.public ListEventLogsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListEventLogsRequest.Builder,ListEventLogsRequest>toBuilder in class CodeCatalystRequestpublic static ListEventLogsRequest.Builder builder()
public static Class<? extends ListEventLogsRequest.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 © 2022. All rights reserved.