@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 Object
Object.toString()
public GetRoomSkillParameterRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.