@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetBuiltinIntentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetBuiltinIntentResult() |
| Modifier and Type | Method and Description |
|---|---|
GetBuiltinIntentResult |
clone() |
boolean |
equals(Object obj) |
String |
getSignature()
The unique identifier for a built-in intent.
|
List<BuiltinIntentSlot> |
getSlots()
An array of
BuiltinIntentSlot objects, one entry for each slot type in the intent. |
List<String> |
getSupportedLocales()
A list of locales that the intent supports.
|
int |
hashCode() |
void |
setSignature(String signature)
The unique identifier for a built-in intent.
|
void |
setSlots(Collection<BuiltinIntentSlot> slots)
An array of
BuiltinIntentSlot objects, one entry for each slot type in the intent. |
void |
setSupportedLocales(Collection<String> supportedLocales)
A list of locales that the intent supports.
|
String |
toString()
Returns a string representation of this object.
|
GetBuiltinIntentResult |
withSignature(String signature)
The unique identifier for a built-in intent.
|
GetBuiltinIntentResult |
withSlots(BuiltinIntentSlot... slots)
An array of
BuiltinIntentSlot objects, one entry for each slot type in the intent. |
GetBuiltinIntentResult |
withSlots(Collection<BuiltinIntentSlot> slots)
An array of
BuiltinIntentSlot objects, one entry for each slot type in the intent. |
GetBuiltinIntentResult |
withSupportedLocales(Collection<String> supportedLocales)
A list of locales that the intent supports.
|
GetBuiltinIntentResult |
withSupportedLocales(Locale... supportedLocales)
A list of locales that the intent supports.
|
GetBuiltinIntentResult |
withSupportedLocales(String... supportedLocales)
A list of locales that the intent supports.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setSignature(String signature)
The unique identifier for a built-in intent.
signature - The unique identifier for a built-in intent.public String getSignature()
The unique identifier for a built-in intent.
public GetBuiltinIntentResult withSignature(String signature)
The unique identifier for a built-in intent.
signature - The unique identifier for a built-in intent.public List<String> getSupportedLocales()
A list of locales that the intent supports.
Localepublic void setSupportedLocales(Collection<String> supportedLocales)
A list of locales that the intent supports.
supportedLocales - A list of locales that the intent supports.Localepublic GetBuiltinIntentResult withSupportedLocales(String... supportedLocales)
A list of locales that the intent supports.
NOTE: This method appends the values to the existing list (if any). Use
setSupportedLocales(java.util.Collection) or withSupportedLocales(java.util.Collection) if you
want to override the existing values.
supportedLocales - A list of locales that the intent supports.Localepublic GetBuiltinIntentResult withSupportedLocales(Collection<String> supportedLocales)
A list of locales that the intent supports.
supportedLocales - A list of locales that the intent supports.Localepublic GetBuiltinIntentResult withSupportedLocales(Locale... supportedLocales)
A list of locales that the intent supports.
supportedLocales - A list of locales that the intent supports.Localepublic List<BuiltinIntentSlot> getSlots()
An array of BuiltinIntentSlot objects, one entry for each slot type in the intent.
BuiltinIntentSlot objects, one entry for each slot type in the intent.public void setSlots(Collection<BuiltinIntentSlot> slots)
An array of BuiltinIntentSlot objects, one entry for each slot type in the intent.
slots - An array of BuiltinIntentSlot objects, one entry for each slot type in the intent.public GetBuiltinIntentResult withSlots(BuiltinIntentSlot... slots)
An array of BuiltinIntentSlot objects, one entry for each slot type in the intent.
NOTE: This method appends the values to the existing list (if any). Use
setSlots(java.util.Collection) or withSlots(java.util.Collection) if you want to override the
existing values.
slots - An array of BuiltinIntentSlot objects, one entry for each slot type in the intent.public GetBuiltinIntentResult withSlots(Collection<BuiltinIntentSlot> slots)
An array of BuiltinIntentSlot objects, one entry for each slot type in the intent.
slots - An array of BuiltinIntentSlot objects, one entry for each slot type in the intent.public String toString()
toString in class ObjectObject.toString()public GetBuiltinIntentResult clone()