@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutDashboardResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| PutDashboardResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| PutDashboardResult | clone() | 
| boolean | equals(Object obj) | 
| List<DashboardValidationMessage> | getDashboardValidationMessages()
 If the input for  PutDashboardwas correct and the dashboard was successfully created or modified,
 this result is empty. | 
| int | hashCode() | 
| void | setDashboardValidationMessages(Collection<DashboardValidationMessage> dashboardValidationMessages)
 If the input for  PutDashboardwas correct and the dashboard was successfully created or modified,
 this result is empty. | 
| String | toString()Returns a string representation of this object. | 
| PutDashboardResult | withDashboardValidationMessages(Collection<DashboardValidationMessage> dashboardValidationMessages)
 If the input for  PutDashboardwas correct and the dashboard was successfully created or modified,
 this result is empty. | 
| PutDashboardResult | withDashboardValidationMessages(DashboardValidationMessage... dashboardValidationMessages)
 If the input for  PutDashboardwas correct and the dashboard was successfully created or modified,
 this result is empty. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<DashboardValidationMessage> getDashboardValidationMessages()
 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 might not render.
If this result includes error messages, the input was not valid and the operation failed.
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 might not render.
If this result includes error messages, the input was not valid and the operation failed.
public void setDashboardValidationMessages(Collection<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 might not render.
If this result includes error messages, the input was not valid and the operation failed.
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 might not render.
If this result includes error messages, the input was not valid and the operation failed.
public PutDashboardResult withDashboardValidationMessages(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 might not render.
If this result includes error messages, the input was not valid and the operation failed.
 NOTE: This method appends the values to the existing list (if any). Use
 setDashboardValidationMessages(java.util.Collection) or
 withDashboardValidationMessages(java.util.Collection) if you want to override the existing values.
 
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 might not render.
If this result includes error messages, the input was not valid and the operation failed.
public PutDashboardResult withDashboardValidationMessages(Collection<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 might not render.
If this result includes error messages, the input was not valid and the operation failed.
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 might not render.
If this result includes error messages, the input was not valid and the operation failed.
public String toString()
toString in class ObjectObject.toString()public PutDashboardResult clone()