@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 Object
Object.toString()
public DeleteSkillAuthorizationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.