@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AvailabilityZoneMessage extends Object implements Serializable, Cloneable
Describes a message about an Availability Zone, Local Zone, or Wavelength 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, Local Zone, or Wavelength Zone.
|
int |
hashCode() |
void |
setMessage(String message)
The message about the Availability Zone, Local Zone, or Wavelength Zone.
|
String |
toString()
Returns a string representation of this object.
|
AvailabilityZoneMessage |
withMessage(String message)
The message about the Availability Zone, Local Zone, or Wavelength Zone.
|
public void setMessage(String message)
The message about the Availability Zone, Local Zone, or Wavelength Zone.
message
- The message about the Availability Zone, Local Zone, or Wavelength Zone.public String getMessage()
The message about the Availability Zone, Local Zone, or Wavelength Zone.
public AvailabilityZoneMessage withMessage(String message)
The message about the Availability Zone, Local Zone, or Wavelength Zone.
message
- The message about the Availability Zone, Local Zone, or Wavelength Zone.public String toString()
toString
in class Object
Object.toString()
public AvailabilityZoneMessage clone()