public class AvailabilityZoneMessage extends Object implements Serializable
Constructor and Description |
---|
AvailabilityZoneMessage() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getMessage()
The message about the Availability Zone.
|
int |
hashCode() |
void |
setMessage(String message)
The message about the Availability Zone.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
public void setMessage(String message)
The message about the Availability Zone.
message
- The message about the Availability Zone.public String getMessage()
The message about the Availability Zone.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2010–2020. All rights reserved.