@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateClusterVersionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateClusterVersionResult() |
Modifier and Type | Method and Description |
---|---|
UpdateClusterVersionResult |
clone() |
boolean |
equals(Object obj) |
Update |
getUpdate()
The full description of the specified update
|
int |
hashCode() |
void |
setUpdate(Update update)
The full description of the specified update
|
String |
toString()
Returns a string representation of this object.
|
UpdateClusterVersionResult |
withUpdate(Update update)
The full description of the specified update
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setUpdate(Update update)
The full description of the specified update
update
- The full description of the specified updatepublic Update getUpdate()
The full description of the specified update
public UpdateClusterVersionResult withUpdate(Update update)
The full description of the specified update
update
- The full description of the specified updatepublic String toString()
toString
in class Object
Object.toString()
public UpdateClusterVersionResult clone()