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