@Generated(value="software.amazon.awssdk:codegen") public final class UpdateRoomRequest extends AlexaForBusinessRequest implements ToCopyableBuilder<UpdateRoomRequest.Builder,UpdateRoomRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateRoomRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateRoomRequest.Builder |
builder() |
String |
description()
The updated description for the room.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
profileArn()
The updated profile ARN for the room.
|
String |
providerCalendarId()
The updated provider calendar ARN for the room.
|
String |
roomArn()
The ARN of the room to update.
|
String |
roomName()
The updated name for the room.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateRoomRequest.Builder> |
serializableBuilderClass() |
UpdateRoomRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String roomArn()
The ARN of the room to update.
public final String roomName()
The updated name for the room.
public final String description()
The updated description for the room.
public final String providerCalendarId()
The updated provider calendar ARN for the room.
public final String profileArn()
The updated profile ARN for the room.
public UpdateRoomRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateRoomRequest.Builder,UpdateRoomRequest>toBuilder in class AlexaForBusinessRequestpublic static UpdateRoomRequest.Builder builder()
public static Class<? extends UpdateRoomRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2021. All rights reserved.