@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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkRequest . |
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.
|
static Class<? extends UpdateRoomRequest.Builder> |
serializableBuilderClass() |
UpdateRoomRequest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
overrideConfiguration
copy
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateRoomRequest.Builder,UpdateRoomRequest>
toBuilder
in class AlexaForBusinessRequest
public static UpdateRoomRequest.Builder builder()
public static Class<? extends UpdateRoomRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequest
SdkRequest
. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class)
method will
again be available.getValueForField
in class SdkRequest
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.