ToCopyableBuilder<ListActivitiesResponse.Builder,ListActivitiesResponse>
@Generated("software.amazon.awssdk:codegen") public class ListActivitiesResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListActivitiesResponse.Builder,ListActivitiesResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListActivitiesResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
List<ActivityListItem> |
activities() |
The list of activities.
|
static ListActivitiesResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
If a
nextToken is returned, there are more results available. |
static Class<? extends ListActivitiesResponse.Builder> |
serializableBuilderClass() |
|
ListActivitiesResponse.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<ActivityListItem> activities()
The list of activities.
public String nextToken()
If a nextToken
is returned, there are more results available. To retrieve the next page of results,
make the call again using the returned token in nextToken
. Keep all other arguments unchanged.
The configured maxResults
determines how many results can be returned in a single call.
nextToken
is returned, there are more results available. To retrieve the next page of
results, make the call again using the returned token in nextToken
. Keep all other arguments
unchanged.
The configured maxResults
determines how many results can be returned in a single call.
public ListActivitiesResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListActivitiesResponse.Builder,ListActivitiesResponse>
public static ListActivitiesResponse.Builder builder()
public static Class<? extends ListActivitiesResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.