@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DashboardError extends Object implements Serializable, Cloneable, StructuredPojo
Dashboard error.
| Constructor and Description |
|---|
DashboardError() |
| Modifier and Type | Method and Description |
|---|---|
DashboardError |
clone() |
boolean |
equals(Object obj) |
String |
getMessage()
Message.
|
String |
getType()
Type.
|
List<Entity> |
getViolatedEntities()
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setMessage(String message)
Message.
|
void |
setType(String type)
Type.
|
void |
setViolatedEntities(Collection<Entity> violatedEntities)
|
String |
toString()
Returns a string representation of this object.
|
DashboardError |
withMessage(String message)
Message.
|
DashboardError |
withType(DashboardErrorType type)
Type.
|
DashboardError |
withType(String type)
Type.
|
DashboardError |
withViolatedEntities(Collection<Entity> violatedEntities)
|
DashboardError |
withViolatedEntities(Entity... violatedEntities)
|
public void setType(String type)
Type.
type - Type.DashboardErrorTypepublic String getType()
Type.
DashboardErrorTypepublic DashboardError withType(String type)
Type.
type - Type.DashboardErrorTypepublic DashboardError withType(DashboardErrorType type)
Type.
type - Type.DashboardErrorTypepublic void setMessage(String message)
Message.
message - Message.public String getMessage()
Message.
public DashboardError withMessage(String message)
Message.
message - Message.public void setViolatedEntities(Collection<Entity> violatedEntities)
violatedEntities - public DashboardError withViolatedEntities(Entity... violatedEntities)
NOTE: This method appends the values to the existing list (if any). Use
setViolatedEntities(java.util.Collection) or withViolatedEntities(java.util.Collection) if you
want to override the existing values.
violatedEntities - public DashboardError withViolatedEntities(Collection<Entity> violatedEntities)
violatedEntities - public String toString()
toString in class ObjectObject.toString()public DashboardError clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.