@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResolveRoomResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ResolveRoomResult() |
Modifier and Type | Method and Description |
---|---|
ResolveRoomResult |
clone() |
boolean |
equals(Object obj) |
String |
getRoomArn()
The ARN of the room from which the skill request was invoked.
|
String |
getRoomName()
The name of the room from which the skill request was invoked.
|
List<RoomSkillParameter> |
getRoomSkillParameters()
Response to get the room profile request.
|
int |
hashCode() |
void |
setRoomArn(String roomArn)
The ARN of the room from which the skill request was invoked.
|
void |
setRoomName(String roomName)
The name of the room from which the skill request was invoked.
|
void |
setRoomSkillParameters(Collection<RoomSkillParameter> roomSkillParameters)
Response to get the room profile request.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ResolveRoomResult |
withRoomArn(String roomArn)
The ARN of the room from which the skill request was invoked.
|
ResolveRoomResult |
withRoomName(String roomName)
The name of the room from which the skill request was invoked.
|
ResolveRoomResult |
withRoomSkillParameters(Collection<RoomSkillParameter> roomSkillParameters)
Response to get the room profile request.
|
ResolveRoomResult |
withRoomSkillParameters(RoomSkillParameter... roomSkillParameters)
Response to get the room profile request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRoomArn(String roomArn)
The ARN of the room from which the skill request was invoked.
roomArn
- The ARN of the room from which the skill request was invoked.public String getRoomArn()
The ARN of the room from which the skill request was invoked.
public ResolveRoomResult withRoomArn(String roomArn)
The ARN of the room from which the skill request was invoked.
roomArn
- The ARN of the room from which the skill request was invoked.public void setRoomName(String roomName)
The name of the room from which the skill request was invoked.
roomName
- The name of the room from which the skill request was invoked.public String getRoomName()
The name of the room from which the skill request was invoked.
public ResolveRoomResult withRoomName(String roomName)
The name of the room from which the skill request was invoked.
roomName
- The name of the room from which the skill request was invoked.public List<RoomSkillParameter> getRoomSkillParameters()
Response to get the room profile request. Required.
public void setRoomSkillParameters(Collection<RoomSkillParameter> roomSkillParameters)
Response to get the room profile request. Required.
roomSkillParameters
- Response to get the room profile request. Required.public ResolveRoomResult withRoomSkillParameters(RoomSkillParameter... roomSkillParameters)
Response to get the room profile request. Required.
NOTE: This method appends the values to the existing list (if any). Use
setRoomSkillParameters(java.util.Collection)
or withRoomSkillParameters(java.util.Collection)
if you want to override the existing values.
roomSkillParameters
- Response to get the room profile request. Required.public ResolveRoomResult withRoomSkillParameters(Collection<RoomSkillParameter> roomSkillParameters)
Response to get the room profile request. Required.
roomSkillParameters
- Response to get the room profile request. Required.public String toString()
toString
in class Object
Object.toString()
public ResolveRoomResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.