@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRoomResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetRoomResult() |
Modifier and Type | Method and Description |
---|---|
GetRoomResult |
clone() |
boolean |
equals(Object obj) |
Room |
getRoom()
The details of the room requested.
|
int |
hashCode() |
void |
setRoom(Room room)
The details of the room requested.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetRoomResult |
withRoom(Room room)
The details of the room requested.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRoom(Room room)
The details of the room requested.
room
- The details of the room requested.public Room getRoom()
The details of the room requested.
public GetRoomResult withRoom(Room room)
The details of the room requested.
room
- The details of the room requested.public String toString()
toString
in class Object
Object.toString()
public GetRoomResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.