@Generated(value="software.amazon.awssdk:codegen") public final class PutDashboardResponse extends CloudWatchResponse implements ToCopyableBuilder<PutDashboardResponse.Builder,PutDashboardResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutDashboardResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PutDashboardResponse.Builder |
builder() |
List<DashboardValidationMessage> |
dashboardValidationMessages()
If the input for
PutDashboard was correct and the dashboard was successfully created or modified,
this result is empty. |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutDashboardResponse.Builder> |
serializableBuilderClass() |
PutDashboardResponse.Builder |
toBuilder() |
String |
toString() |
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic List<DashboardValidationMessage> dashboardValidationMessages()
If the input for PutDashboard was correct and the dashboard was successfully created or modified,
this result is empty.
If this result includes only warning messages, then the input was valid enough for the dashboard to be created or modified, but some elements of the dashboard may not render.
If this result includes error messages, the input was not valid and the operation failed.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
PutDashboard was correct and the dashboard was successfully created or
modified, this result is empty.
If this result includes only warning messages, then the input was valid enough for the dashboard to be created or modified, but some elements of the dashboard may not render.
If this result includes error messages, the input was not valid and the operation failed.
public PutDashboardResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PutDashboardResponse.Builder,PutDashboardResponse>toBuilder in class AwsResponsepublic static PutDashboardResponse.Builder builder()
public static Class<? extends PutDashboardResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2018. All rights reserved.