ToCopyableBuilder<DescribeFleetEventsResponse.Builder,DescribeFleetEventsResponse>
@Generated("software.amazon.awssdk:codegen") public class DescribeFleetEventsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribeFleetEventsResponse.Builder,DescribeFleetEventsResponse>
Represents the returned data in response to a request action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeFleetEventsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DescribeFleetEventsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
List<Event> |
events() |
Collection of objects containing event log entries for the specified fleet.
|
int |
hashCode() |
|
String |
nextToken() |
Token that indicates where to resume retrieving results on the next call to this action.
|
static Class<? extends DescribeFleetEventsResponse.Builder> |
serializableBuilderClass() |
|
DescribeFleetEventsResponse.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()
Collection of objects containing event log entries for the specified fleet.
public String nextToken()
Token that indicates where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.
public DescribeFleetEventsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeFleetEventsResponse.Builder,DescribeFleetEventsResponse>
public static DescribeFleetEventsResponse.Builder builder()
public static Class<? extends DescribeFleetEventsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.