@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRoomSkillParameterRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetRoomSkillParameterRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetRoomSkillParameterRequest |
clone() |
boolean |
equals(Object obj) |
String |
getParameterKey()
The room skill parameter key for which to get details.
|
String |
getRoomArn()
The ARN of the room from which to get the room skill parameter details.
|
String |
getSkillId()
The ARN of the skill from which to get the room skill parameter details.
|
int |
hashCode() |
void |
setParameterKey(String parameterKey)
The room skill parameter key for which to get details.
|
void |
setRoomArn(String roomArn)
The ARN of the room from which to get the room skill parameter details.
|
void |
setSkillId(String skillId)
The ARN of the skill from which to get the room skill parameter details.
|
String |
toString()
Returns a string representation of this object.
|
GetRoomSkillParameterRequest |
withParameterKey(String parameterKey)
The room skill parameter key for which to get details.
|
GetRoomSkillParameterRequest |
withRoomArn(String roomArn)
The ARN of the room from which to get the room skill parameter details.
|
GetRoomSkillParameterRequest |
withSkillId(String skillId)
The ARN of the skill from which to get the room skill parameter details.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setRoomArn(String roomArn)
The ARN of the room from which to get the room skill parameter details.
roomArn - The ARN of the room from which to get the room skill parameter details.public String getRoomArn()
The ARN of the room from which to get the room skill parameter details.
public GetRoomSkillParameterRequest withRoomArn(String roomArn)
The ARN of the room from which to get the room skill parameter details.
roomArn - The ARN of the room from which to get the room skill parameter details.public void setSkillId(String skillId)
The ARN of the skill from which to get the room skill parameter details. Required.
skillId - The ARN of the skill from which to get the room skill parameter details. Required.public String getSkillId()
The ARN of the skill from which to get the room skill parameter details. Required.
public GetRoomSkillParameterRequest withSkillId(String skillId)
The ARN of the skill from which to get the room skill parameter details. Required.
skillId - The ARN of the skill from which to get the room skill parameter details. Required.public void setParameterKey(String parameterKey)
The room skill parameter key for which to get details. Required.
parameterKey - The room skill parameter key for which to get details. Required.public String getParameterKey()
The room skill parameter key for which to get details. Required.
public GetRoomSkillParameterRequest withParameterKey(String parameterKey)
The room skill parameter key for which to get details. Required.
parameterKey - The room skill parameter key for which to get details. Required.public String toString()
toString in class ObjectObject.toString()public GetRoomSkillParameterRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.