@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()
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 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.
|
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, 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 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 Object
Object.toString()
public DeleteRoomSkillParameterRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.