public class AvailabilityZoneMessage extends Object implements Serializable, Cloneable
Describes a message about an Availability Zone.
Constructor and Description |
---|
AvailabilityZoneMessage() |
Modifier and Type | Method and Description |
---|---|
AvailabilityZoneMessage |
clone() |
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.
|
AvailabilityZoneMessage |
withMessage(String message)
The message about the Availability Zone.
|
public String getMessage()
public void setMessage(String message)
message
- The message about the Availability Zone.public AvailabilityZoneMessage withMessage(String message)
Returns a reference to this object so that method calls can be chained together.
message
- The message about the Availability Zone.public String toString()
toString
in class Object
Object.toString()
public AvailabilityZoneMessage clone()
Copyright © 2015. All rights reserved.