@Generated(value="software.amazon.awssdk:codegen") public final class ListDashboardsResponse extends CloudWatchResponse implements ToCopyableBuilder<ListDashboardsResponse.Builder,ListDashboardsResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListDashboardsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListDashboardsResponse.Builder |
builder() |
List<DashboardEntry> |
dashboardEntries()
The list of matching dashboards.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
nextToken()
The token that marks the start of the next batch of returned results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListDashboardsResponse.Builder> |
serializableBuilderClass() |
ListDashboardsResponse.Builder |
toBuilder() |
String |
toString() |
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic List<DashboardEntry> dashboardEntries()
The list of matching dashboards.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String nextToken()
The token that marks the start of the next batch of returned results.
public ListDashboardsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListDashboardsResponse.Builder,ListDashboardsResponse>toBuilder in class AwsResponsepublic static ListDashboardsResponse.Builder builder()
public static Class<? extends ListDashboardsResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2018. All rights reserved.