@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Room extends Object implements Serializable, Cloneable, StructuredPojo
A room with attributes.
| Constructor and Description |
|---|
Room() |
| Modifier and Type | Method and Description |
|---|---|
Room |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
The description of a room.
|
String |
getProfileArn()
The profile ARN of a room.
|
String |
getProviderCalendarId()
The provider calendar ARN of a room.
|
String |
getRoomArn()
The ARN of a room.
|
String |
getRoomName()
The name of a room.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDescription(String description)
The description of a room.
|
void |
setProfileArn(String profileArn)
The profile ARN of a room.
|
void |
setProviderCalendarId(String providerCalendarId)
The provider calendar ARN of a room.
|
void |
setRoomArn(String roomArn)
The ARN of a room.
|
void |
setRoomName(String roomName)
The name of a room.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
Room |
withDescription(String description)
The description of a room.
|
Room |
withProfileArn(String profileArn)
The profile ARN of a room.
|
Room |
withProviderCalendarId(String providerCalendarId)
The provider calendar ARN of a room.
|
Room |
withRoomArn(String roomArn)
The ARN of a room.
|
Room |
withRoomName(String roomName)
The name of a room.
|
public void setRoomArn(String roomArn)
The ARN of a room.
roomArn - The ARN of a room.public String getRoomArn()
The ARN of a room.
public Room withRoomArn(String roomArn)
The ARN of a room.
roomArn - The ARN of a room.public void setRoomName(String roomName)
The name of a room.
roomName - The name of a room.public String getRoomName()
The name of a room.
public Room withRoomName(String roomName)
The name of a room.
roomName - The name of a room.public void setDescription(String description)
The description of a room.
description - The description of a room.public String getDescription()
The description of a room.
public Room withDescription(String description)
The description of a room.
description - The description of a room.public void setProviderCalendarId(String providerCalendarId)
The provider calendar ARN of a room.
providerCalendarId - The provider calendar ARN of a room.public String getProviderCalendarId()
The provider calendar ARN of a room.
public Room withProviderCalendarId(String providerCalendarId)
The provider calendar ARN of a room.
providerCalendarId - The provider calendar ARN of a room.public void setProfileArn(String profileArn)
The profile ARN of a room.
profileArn - The profile ARN of a room.public String getProfileArn()
The profile ARN of a room.
public Room withProfileArn(String profileArn)
The profile ARN of a room.
profileArn - The profile ARN of a room.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.