@Generated(value="software.amazon.awssdk:codegen") public final class ResolveRoomResponse extends AlexaForBusinessResponse implements ToCopyableBuilder<ResolveRoomResponse.Builder,ResolveRoomResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ResolveRoomResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ResolveRoomResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasRoomSkillParameters()
Returns true if the RoomSkillParameters property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
String |
roomArn()
The ARN of the room from which the skill request was invoked.
|
String |
roomName()
The name of the room from which the skill request was invoked.
|
List<RoomSkillParameter> |
roomSkillParameters()
Response to get the room profile request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ResolveRoomResponse.Builder> |
serializableBuilderClass() |
ResolveRoomResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String roomArn()
The ARN of the room from which the skill request was invoked.
public final String roomName()
The name of the room from which the skill request was invoked.
public final boolean hasRoomSkillParameters()
public final List<RoomSkillParameter> roomSkillParameters()
Response to get the room profile request. Required.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasRoomSkillParameters() to see if a value was sent in this field.
public ResolveRoomResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ResolveRoomResponse.Builder,ResolveRoomResponse>toBuilder in class AwsResponsepublic static ResolveRoomResponse.Builder builder()
public static Class<? extends ResolveRoomResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2021. All rights reserved.