@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetBuiltinIntentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| GetBuiltinIntentRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetBuiltinIntentRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getSignature()
 The unique identifier for a built-in intent. | 
| int | hashCode() | 
| void | setSignature(String signature)
 The unique identifier for a built-in intent. | 
| String | toString()Returns a string representation of this object. | 
| GetBuiltinIntentRequest | withSignature(String signature)
 The unique identifier for a built-in intent. | 
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 void setSignature(String signature)
The unique identifier for a built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.
signature - The unique identifier for a built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.public String getSignature()
The unique identifier for a built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.
public GetBuiltinIntentRequest withSignature(String signature)
The unique identifier for a built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.
signature - The unique identifier for a built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.public String toString()
toString in class ObjectObject.toString()public GetBuiltinIntentRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()