@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) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasDashboardValidationMessages()
Returns true if the DashboardValidationMessages property was specified by the sender (it may be empty), or false
if the sender did not specify the value (it will be empty).
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutDashboardResponse.Builder> |
serializableBuilderClass() |
PutDashboardResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadata
sdkHttpResponse
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public boolean hasDashboardValidationMessages()
public 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.
You can use hasDashboardValidationMessages()
to see if a value was sent in this field.
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 AwsResponse
public static PutDashboardResponse.Builder builder()
public static Class<? extends PutDashboardResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsResponse
public boolean equals(Object obj)
equals
in class AwsResponse
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkResponse
Copyright © 2019. All rights reserved.