@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutSkillAuthorizationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
PutSkillAuthorizationRequest() |
Modifier and Type | Method and Description |
---|---|
PutSkillAuthorizationRequest |
addAuthorizationResultEntry(String key,
String value) |
PutSkillAuthorizationRequest |
clearAuthorizationResultEntries()
Removes all the entries added into AuthorizationResult.
|
PutSkillAuthorizationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Map<String,String> |
getAuthorizationResult()
The authorization result specific to OAUTH code grant output.
|
String |
getRoomArn()
The room that the skill is authorized for.
|
String |
getSkillId()
The unique identifier of a skill.
|
int |
hashCode() |
void |
setAuthorizationResult(Map<String,String> authorizationResult)
The authorization result specific to OAUTH code grant output.
|
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.
|
PutSkillAuthorizationRequest |
withAuthorizationResult(Map<String,String> authorizationResult)
The authorization result specific to OAUTH code grant output.
|
PutSkillAuthorizationRequest |
withRoomArn(String roomArn)
The room that the skill is authorized for.
|
PutSkillAuthorizationRequest |
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 Map<String,String> getAuthorizationResult()
The authorization result specific to OAUTH code grant output. "Code” must be populated in the AuthorizationResult map to establish the authorization.
public void setAuthorizationResult(Map<String,String> authorizationResult)
The authorization result specific to OAUTH code grant output. "Code” must be populated in the AuthorizationResult map to establish the authorization.
authorizationResult
- The authorization result specific to OAUTH code grant output. "Code” must be populated in the
AuthorizationResult map to establish the authorization.public PutSkillAuthorizationRequest withAuthorizationResult(Map<String,String> authorizationResult)
The authorization result specific to OAUTH code grant output. "Code” must be populated in the AuthorizationResult map to establish the authorization.
authorizationResult
- The authorization result specific to OAUTH code grant output. "Code” must be populated in the
AuthorizationResult map to establish the authorization.public PutSkillAuthorizationRequest addAuthorizationResultEntry(String key, String value)
public PutSkillAuthorizationRequest clearAuthorizationResultEntries()
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 PutSkillAuthorizationRequest 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 PutSkillAuthorizationRequest 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 PutSkillAuthorizationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.