ToCopyableBuilder<LookupEventsResponse.Builder,LookupEventsResponse>
@Generated("software.amazon.awssdk:codegen") public class LookupEventsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<LookupEventsResponse.Builder,LookupEventsResponse>
Contains a response to a LookupEvents action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
LookupEventsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static LookupEventsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
List<Event> |
events() |
A list of events returned based on the lookup attributes specified and the CloudTrail event.
|
int |
hashCode() |
|
String |
nextToken() |
The token to use to get the next page of results after a previous API call.
|
static Class<? extends LookupEventsResponse.Builder> |
serializableBuilderClass() |
|
LookupEventsResponse.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<Event> events()
A list of events returned based on the lookup attributes specified and the CloudTrail event. The events list is sorted by time. The most recent event is listed first.
public String nextToken()
The token to use to get the next page of results after a previous API call. If the token does not appear, there are no more results to return. The token must be passed in with the same parameters as the previous call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.
public LookupEventsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<LookupEventsResponse.Builder,LookupEventsResponse>
public static LookupEventsResponse.Builder builder()
public static Class<? extends LookupEventsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.