@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateSkillGroupWithRoomRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
AssociateSkillGroupWithRoomRequest() |
| Modifier and Type | Method and Description |
|---|---|
AssociateSkillGroupWithRoomRequest |
clone() |
boolean |
equals(Object obj) |
String |
getRoomArn()
The ARN of the room with which to associate the skill group.
|
String |
getSkillGroupArn()
The ARN of the skill group to associate with a room.
|
int |
hashCode() |
void |
setRoomArn(String roomArn)
The ARN of the room with which to associate the skill group.
|
void |
setSkillGroupArn(String skillGroupArn)
The ARN of the skill group to associate with a room.
|
String |
toString()
Returns a string representation of this object.
|
AssociateSkillGroupWithRoomRequest |
withRoomArn(String roomArn)
The ARN of the room with which to associate the skill group.
|
AssociateSkillGroupWithRoomRequest |
withSkillGroupArn(String skillGroupArn)
The ARN of the skill group to associate with a room.
|
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 setSkillGroupArn(String skillGroupArn)
The ARN of the skill group to associate with a room. Required.
skillGroupArn - The ARN of the skill group to associate with a room. Required.public String getSkillGroupArn()
The ARN of the skill group to associate with a room. Required.
public AssociateSkillGroupWithRoomRequest withSkillGroupArn(String skillGroupArn)
The ARN of the skill group to associate with a room. Required.
skillGroupArn - The ARN of the skill group to associate with a room. Required.public void setRoomArn(String roomArn)
The ARN of the room with which to associate the skill group. Required.
roomArn - The ARN of the room with which to associate the skill group. Required.public String getRoomArn()
The ARN of the room with which to associate the skill group. Required.
public AssociateSkillGroupWithRoomRequest withRoomArn(String roomArn)
The ARN of the room with which to associate the skill group. Required.
roomArn - The ARN of the room with which to associate the skill group. Required.public String toString()
toString in class ObjectObject.toString()public AssociateSkillGroupWithRoomRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.