@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResolveRoomRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ResolveRoomRequest() |
Modifier and Type | Method and Description |
---|---|
ResolveRoomRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getSkillId()
The ARN of the skill that was requested.
|
String |
getUserId()
The ARN of the user.
|
int |
hashCode() |
void |
setSkillId(String skillId)
The ARN of the skill that was requested.
|
void |
setUserId(String userId)
The ARN of the user.
|
String |
toString()
Returns a string representation of this object.
|
ResolveRoomRequest |
withSkillId(String skillId)
The ARN of the skill that was requested.
|
ResolveRoomRequest |
withUserId(String userId)
The ARN of the user.
|
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 setUserId(String userId)
The ARN of the user. Required.
userId
- The ARN of the user. Required.public String getUserId()
The ARN of the user. Required.
public ResolveRoomRequest withUserId(String userId)
The ARN of the user. Required.
userId
- The ARN of the user. Required.public void setSkillId(String skillId)
The ARN of the skill that was requested. Required.
skillId
- The ARN of the skill that was requested. Required.public String getSkillId()
The ARN of the skill that was requested. Required.
public ResolveRoomRequest withSkillId(String skillId)
The ARN of the skill that was requested. Required.
skillId
- The ARN of the skill that was requested. Required.public String toString()
toString
in class Object
Object.toString()
public ResolveRoomRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.