@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 String roomArn()
The ARN of the room to update.
public String roomName()
The updated name for the room.
public String description()
The updated description for the room.
public String providerCalendarId()
The updated provider calendar ARN for the room.
public 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 int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.