Class ListEventLogsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.codecatalyst.model.CodeCatalystRequest
-
- software.amazon.awssdk.services.codecatalyst.model.ListEventLogsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListEventLogsRequest.Builder,ListEventLogsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListEventLogsRequest extends CodeCatalystRequest implements ToCopyableBuilder<ListEventLogsRequest.Builder,ListEventLogsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListEventLogsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListEventLogsRequest.Builderbuilder()InstantendTime()The time after which you do not want any events retrieved, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringeventName()The name of the event.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The maximum number of results to show in a single call to this API.StringnextToken()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()StringspaceName()The name of the space.InstantstartTime()The date and time when you want to start retrieving events, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.ListEventLogsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
spaceName
public final String spaceName()
The name of the space.
- Returns:
- The name of the space.
-
startTime
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.
- Returns:
- The date and time when you want to start retrieving events, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
-
endTime
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.
- Returns:
- The time after which you do not want any events retrieved, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
-
eventName
public final String eventName()
The name of the event.
- Returns:
- The name of the event.
-
nextToken
public final String nextToken()
A token returned from a call to this API to indicate the next batch of results to return, if any.
- Returns:
- A token returned from a call to this API to indicate the next batch of results to return, if any.
-
maxResults
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
NextTokenelement, which you can use to obtain additional results.- Returns:
- 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
NextTokenelement, which you can use to obtain additional results.
-
toBuilder
public ListEventLogsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListEventLogsRequest.Builder,ListEventLogsRequest>- Specified by:
toBuilderin classCodeCatalystRequest
-
builder
public static ListEventLogsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListEventLogsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-