@Value.Immutable
public interface ListEntitiesResponse
RetrieveData> operation.| Modifier and Type | Method and Description |
|---|---|
CacheControl |
cacheControl()
Caching policy for the list of entities.
|
List<Entity> |
entities()
List of entities.
|
ErrorDetails |
errorDetails()
Error details if the Operation is unsuccessful.
|
boolean |
isSuccess()
Specifies if the operation is successful or not.
|
String |
nextToken()
The pagination token for the next page of data.
|
boolean isSuccess()
@Nullable ErrorDetails errorDetails()
@Nullable CacheControl cacheControl()
Copyright © 2021–2022 Amazon Web Services. All rights reserved.