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