@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateSkillGroupFromRoomRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DisassociateSkillGroupFromRoomRequest() |
| Modifier and Type | Method and Description |
|---|---|
DisassociateSkillGroupFromRoomRequest |
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 from which the skill group is to be disassociated.
|
String |
getSkillGroupArn()
The ARN of the skill group to disassociate from a room.
|
int |
hashCode() |
void |
setRoomArn(String roomArn)
The ARN of the room from which the skill group is to be disassociated.
|
void |
setSkillGroupArn(String skillGroupArn)
The ARN of the skill group to disassociate from a room.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateSkillGroupFromRoomRequest |
withRoomArn(String roomArn)
The ARN of the room from which the skill group is to be disassociated.
|
DisassociateSkillGroupFromRoomRequest |
withSkillGroupArn(String skillGroupArn)
The ARN of the skill group to disassociate from 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, withSdkRequestTimeoutpublic DisassociateSkillGroupFromRoomRequest()
public void setSkillGroupArn(String skillGroupArn)
The ARN of the skill group to disassociate from a room. Required.
skillGroupArn - The ARN of the skill group to disassociate from a room. Required.public String getSkillGroupArn()
The ARN of the skill group to disassociate from a room. Required.
public DisassociateSkillGroupFromRoomRequest withSkillGroupArn(String skillGroupArn)
The ARN of the skill group to disassociate from a room. Required.
skillGroupArn - The ARN of the skill group to disassociate from a room. Required.public void setRoomArn(String roomArn)
The ARN of the room from which the skill group is to be disassociated. Required.
roomArn - The ARN of the room from which the skill group is to be disassociated. Required.public String getRoomArn()
The ARN of the room from which the skill group is to be disassociated. Required.
public DisassociateSkillGroupFromRoomRequest withRoomArn(String roomArn)
The ARN of the room from which the skill group is to be disassociated. Required.
roomArn - The ARN of the room from which the skill group is to be disassociated. Required.public String toString()
toString in class ObjectObject.toString()public DisassociateSkillGroupFromRoomRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()