@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateRoomResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateRoomResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateRoomResult |
clone() |
boolean |
equals(Object obj) |
String |
getRoomArn()
The ARN of the newly created room in the response.
|
int |
hashCode() |
void |
setRoomArn(String roomArn)
The ARN of the newly created room in the response.
|
String |
toString()
Returns a string representation of this object.
|
CreateRoomResult |
withRoomArn(String roomArn)
The ARN of the newly created room in the response.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setRoomArn(String roomArn)
The ARN of the newly created room in the response.
roomArn - The ARN of the newly created room in the response.public String getRoomArn()
The ARN of the newly created room in the response.
public CreateRoomResult withRoomArn(String roomArn)
The ARN of the newly created room in the response.
roomArn - The ARN of the newly created room in the response.public String toString()
toString in class ObjectObject.toString()public CreateRoomResult clone()
Copyright © 2019. All rights reserved.