@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RoomData extends Object implements Serializable, Cloneable, StructuredPojo
The data of a room.
Constructor and Description |
---|
RoomData() |
Modifier and Type | Method and Description |
---|---|
RoomData |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
The description of a room.
|
String |
getProfileArn()
The profile ARN of a room.
|
String |
getProfileName()
The profile name 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)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDescription(String description)
The description of a room.
|
void |
setProfileArn(String profileArn)
The profile ARN of a room.
|
void |
setProfileName(String profileName)
The profile name 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.
|
RoomData |
withDescription(String description)
The description of a room.
|
RoomData |
withProfileArn(String profileArn)
The profile ARN of a room.
|
RoomData |
withProfileName(String profileName)
The profile name of a room.
|
RoomData |
withProviderCalendarId(String providerCalendarId)
The provider calendar ARN of a room.
|
RoomData |
withRoomArn(String roomArn)
The ARN of a room.
|
RoomData |
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 RoomData 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 RoomData 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 RoomData 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 RoomData 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 RoomData withProfileArn(String profileArn)
The profile ARN of a room.
profileArn
- The profile ARN of a room.public void setProfileName(String profileName)
The profile name of a room.
profileName
- The profile name of a room.public String getProfileName()
The profile name of a room.
public RoomData withProfileName(String profileName)
The profile name of a room.
profileName
- The profile name of a room.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.