@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; useful for testing and debugging.
|
CreateRoomResult |
withRoomArn(String roomArn)
The ARN of the newly created room in the response.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 Object
Object.toString()
public CreateRoomResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.