@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)
Add a single AuthorizationResult entry
|
PutSkillAuthorizationRequest |
clearAuthorizationResultEntries()
Removes all the entries added into AuthorizationResult.
|
PutSkillAuthorizationRequest |
clone() |
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, 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 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 ObjectObject.toString()public PutSkillAuthorizationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.