@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutRoomSkillParameterRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
PutRoomSkillParameterRequest() |
Modifier and Type | Method and Description |
---|---|
PutRoomSkillParameterRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getRoomArn()
The ARN of the room associated with the room skill parameter.
|
RoomSkillParameter |
getRoomSkillParameter()
The updated room skill parameter.
|
String |
getSkillId()
The ARN of the skill associated with the room skill parameter.
|
int |
hashCode() |
void |
setRoomArn(String roomArn)
The ARN of the room associated with the room skill parameter.
|
void |
setRoomSkillParameter(RoomSkillParameter roomSkillParameter)
The updated room skill parameter.
|
void |
setSkillId(String skillId)
The ARN of the skill associated with the room skill parameter.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
PutRoomSkillParameterRequest |
withRoomArn(String roomArn)
The ARN of the room associated with the room skill parameter.
|
PutRoomSkillParameterRequest |
withRoomSkillParameter(RoomSkillParameter roomSkillParameter)
The updated room skill parameter.
|
PutRoomSkillParameterRequest |
withSkillId(String skillId)
The ARN of the skill associated with the room skill parameter.
|
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 associated with the room skill parameter. Required.
roomArn
- The ARN of the room associated with the room skill parameter. Required.public String getRoomArn()
The ARN of the room associated with the room skill parameter. Required.
public PutRoomSkillParameterRequest withRoomArn(String roomArn)
The ARN of the room associated with the room skill parameter. Required.
roomArn
- The ARN of the room associated with the room skill parameter. Required.public void setSkillId(String skillId)
The ARN of the skill associated with the room skill parameter. Required.
skillId
- The ARN of the skill associated with the room skill parameter. Required.public String getSkillId()
The ARN of the skill associated with the room skill parameter. Required.
public PutRoomSkillParameterRequest withSkillId(String skillId)
The ARN of the skill associated with the room skill parameter. Required.
skillId
- The ARN of the skill associated with the room skill parameter. Required.public void setRoomSkillParameter(RoomSkillParameter roomSkillParameter)
The updated room skill parameter. Required.
roomSkillParameter
- The updated room skill parameter. Required.public RoomSkillParameter getRoomSkillParameter()
The updated room skill parameter. Required.
public PutRoomSkillParameterRequest withRoomSkillParameter(RoomSkillParameter roomSkillParameter)
The updated room skill parameter. Required.
roomSkillParameter
- The updated room skill parameter. Required.public String toString()
toString
in class Object
Object.toString()
public PutRoomSkillParameterRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.