@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DashboardValidationMessage extends Object implements Serializable, Cloneable
An error or warning for the operation.
Constructor and Description |
---|
DashboardValidationMessage() |
Modifier and Type | Method and Description |
---|---|
DashboardValidationMessage |
clone() |
boolean |
equals(Object obj) |
String |
getDataPath()
The data path related to the message.
|
String |
getMessage()
A message describing the error or warning.
|
int |
hashCode() |
void |
setDataPath(String dataPath)
The data path related to the message.
|
void |
setMessage(String message)
A message describing the error or warning.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DashboardValidationMessage |
withDataPath(String dataPath)
The data path related to the message.
|
DashboardValidationMessage |
withMessage(String message)
A message describing the error or warning.
|
public void setDataPath(String dataPath)
The data path related to the message.
dataPath
- The data path related to the message.public String getDataPath()
The data path related to the message.
public DashboardValidationMessage withDataPath(String dataPath)
The data path related to the message.
dataPath
- The data path related to the message.public void setMessage(String message)
A message describing the error or warning.
message
- A message describing the error or warning.public String getMessage()
A message describing the error or warning.
public DashboardValidationMessage withMessage(String message)
A message describing the error or warning.
message
- A message describing the error or warning.public String toString()
toString
in class Object
Object.toString()
public DashboardValidationMessage clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.