@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RoomSkillParameter extends Object implements Serializable, Cloneable, StructuredPojo
A skill parameter associated with a room.
Constructor and Description |
---|
RoomSkillParameter() |
Modifier and Type | Method and Description |
---|---|
RoomSkillParameter |
clone() |
boolean |
equals(Object obj) |
String |
getParameterKey()
The parameter key of a room skill parameter.
|
String |
getParameterValue()
The parameter value of a room skill parameter.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setParameterKey(String parameterKey)
The parameter key of a room skill parameter.
|
void |
setParameterValue(String parameterValue)
The parameter value of a room skill parameter.
|
String |
toString()
Returns a string representation of this object.
|
RoomSkillParameter |
withParameterKey(String parameterKey)
The parameter key of a room skill parameter.
|
RoomSkillParameter |
withParameterValue(String parameterValue)
The parameter value of a room skill parameter.
|
public void setParameterKey(String parameterKey)
The parameter key of a room skill parameter. ParameterKey is an enumerated type that only takes “DEFAULT” or “SCOPE” as valid values.
parameterKey
- The parameter key of a room skill parameter. ParameterKey is an enumerated type that only takes “DEFAULT”
or “SCOPE” as valid values.public String getParameterKey()
The parameter key of a room skill parameter. ParameterKey is an enumerated type that only takes “DEFAULT” or “SCOPE” as valid values.
public RoomSkillParameter withParameterKey(String parameterKey)
The parameter key of a room skill parameter. ParameterKey is an enumerated type that only takes “DEFAULT” or “SCOPE” as valid values.
parameterKey
- The parameter key of a room skill parameter. ParameterKey is an enumerated type that only takes “DEFAULT”
or “SCOPE” as valid values.public void setParameterValue(String parameterValue)
The parameter value of a room skill parameter.
parameterValue
- The parameter value of a room skill parameter.public String getParameterValue()
The parameter value of a room skill parameter.
public RoomSkillParameter withParameterValue(String parameterValue)
The parameter value of a room skill parameter.
parameterValue
- The parameter value of a room skill parameter.public String toString()
toString
in class Object
Object.toString()
public RoomSkillParameter clone()
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.