@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateRoomRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateRoomRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateRoomRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDescription()
The updated description for the room.
|
String |
getProfileArn()
The updated profile ARN for the room.
|
String |
getProviderCalendarId()
The updated provider calendar ARN for the room.
|
String |
getRoomArn()
The ARN of the room to update.
|
String |
getRoomName()
The updated name for the room.
|
int |
hashCode() |
void |
setDescription(String description)
The updated description for the room.
|
void |
setProfileArn(String profileArn)
The updated profile ARN for the room.
|
void |
setProviderCalendarId(String providerCalendarId)
The updated provider calendar ARN for the room.
|
void |
setRoomArn(String roomArn)
The ARN of the room to update.
|
void |
setRoomName(String roomName)
The updated name for the room.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateRoomRequest |
withDescription(String description)
The updated description for the room.
|
UpdateRoomRequest |
withProfileArn(String profileArn)
The updated profile ARN for the room.
|
UpdateRoomRequest |
withProviderCalendarId(String providerCalendarId)
The updated provider calendar ARN for the room.
|
UpdateRoomRequest |
withRoomArn(String roomArn)
The ARN of the room to update.
|
UpdateRoomRequest |
withRoomName(String roomName)
The updated name for the room.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setRoomArn(String roomArn)
The ARN of the room to update.
roomArn
- The ARN of the room to update.public String getRoomArn()
The ARN of the room to update.
public UpdateRoomRequest withRoomArn(String roomArn)
The ARN of the room to update.
roomArn
- The ARN of the room to update.public void setRoomName(String roomName)
The updated name for the room.
roomName
- The updated name for the room.public String getRoomName()
The updated name for the room.
public UpdateRoomRequest withRoomName(String roomName)
The updated name for the room.
roomName
- The updated name for the room.public void setDescription(String description)
The updated description for the room.
description
- The updated description for the room.public String getDescription()
The updated description for the room.
public UpdateRoomRequest withDescription(String description)
The updated description for the room.
description
- The updated description for the room.public void setProviderCalendarId(String providerCalendarId)
The updated provider calendar ARN for the room.
providerCalendarId
- The updated provider calendar ARN for the room.public String getProviderCalendarId()
The updated provider calendar ARN for the room.
public UpdateRoomRequest withProviderCalendarId(String providerCalendarId)
The updated provider calendar ARN for the room.
providerCalendarId
- The updated provider calendar ARN for the room.public void setProfileArn(String profileArn)
The updated profile ARN for the room.
profileArn
- The updated profile ARN for the room.public String getProfileArn()
The updated profile ARN for the room.
public UpdateRoomRequest withProfileArn(String profileArn)
The updated profile ARN for the room.
profileArn
- The updated profile ARN for the room.public String toString()
toString
in class Object
Object.toString()
public UpdateRoomRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.