@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeUpdateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeUpdateResult() |
Modifier and Type | Method and Description |
---|---|
DescribeUpdateResult |
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.
|
DescribeUpdateResult |
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 update.public Update getUpdate()
The full description of the specified update.
public DescribeUpdateResult withUpdate(Update update)
The full description of the specified update.
update
- The full description of the specified update.public String toString()
toString
in class Object
Object.toString()
public DescribeUpdateResult clone()