Package com.amazonaws.services.ec2.model
Class AvailabilityZoneMessage
java.lang.Object
com.amazonaws.services.ec2.model.AvailabilityZoneMessage
- All Implemented Interfaces:
Serializable
,Cloneable
Describes a message about an Availability Zone.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The message about the Availability Zone.int
hashCode()
void
setMessage
(String message) The message about the Availability Zone.toString()
Returns a string representation of this object; useful for testing and debugging.withMessage
(String message) The message about the Availability Zone.
-
Constructor Details
-
AvailabilityZoneMessage
public AvailabilityZoneMessage()
-
-
Method Details
-
setMessage
The message about the Availability Zone.
- Parameters:
message
- The message about the Availability Zone.
-
getMessage
The message about the Availability Zone.
- Returns:
- The message about the Availability Zone.
-
withMessage
The message about the Availability Zone.
- Parameters:
message
- The message about the Availability Zone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-