ToCopyableBuilder<GetLogEventsResponse.Builder,GetLogEventsResponse>
@Generated("software.amazon.awssdk:codegen") public class GetLogEventsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetLogEventsResponse.Builder,GetLogEventsResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetLogEventsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetLogEventsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
List<OutputLogEvent> |
events() |
The events.
|
int |
hashCode() |
|
String |
nextBackwardToken() |
The token for the next set of items in the backward direction.
|
String |
nextForwardToken() |
The token for the next set of items in the forward direction.
|
static Class<? extends GetLogEventsResponse.Builder> |
serializableBuilderClass() |
|
GetLogEventsResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public List<OutputLogEvent> events()
The events.
public String nextForwardToken()
The token for the next set of items in the forward direction. The token expires after 24 hours.
public String nextBackwardToken()
The token for the next set of items in the backward direction. The token expires after 24 hours.
public GetLogEventsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetLogEventsResponse.Builder,GetLogEventsResponse>
public static GetLogEventsResponse.Builder builder()
public static Class<? extends GetLogEventsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.