@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteSkillAuthorizationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteSkillAuthorizationRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteSkillAuthorizationRequest |
clone() |
boolean |
equals(Object obj) |
String |
getRoomArn()
The room that the skill is authorized for.
|
String |
getSkillId()
The unique identifier of a skill.
|
int |
hashCode() |
void |
setRoomArn(String roomArn)
The room that the skill is authorized for.
|
void |
setSkillId(String skillId)
The unique identifier of a skill.
|
String |
toString()
Returns a string representation of this object.
|
DeleteSkillAuthorizationRequest |
withRoomArn(String roomArn)
The room that the skill is authorized for.
|
DeleteSkillAuthorizationRequest |
withSkillId(String skillId)
The unique identifier of a skill.
|
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 setSkillId(String skillId)
The unique identifier of a skill.
skillId - The unique identifier of a skill.public String getSkillId()
The unique identifier of a skill.
public DeleteSkillAuthorizationRequest withSkillId(String skillId)
The unique identifier of a skill.
skillId - The unique identifier of a skill.public void setRoomArn(String roomArn)
The room that the skill is authorized for.
roomArn - The room that the skill is authorized for.public String getRoomArn()
The room that the skill is authorized for.
public DeleteSkillAuthorizationRequest withRoomArn(String roomArn)
The room that the skill is authorized for.
roomArn - The room that the skill is authorized for.public String toString()
toString in class ObjectObject.toString()public DeleteSkillAuthorizationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.