@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; useful for testing and debugging.
|
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, setSdkResponseMetadata
public 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.
Locale
public void setSupportedLocales(Collection<String> supportedLocales)
A list of locales that the intent supports.
supportedLocales
- A list of locales that the intent supports.Locale
public 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.Locale
public GetBuiltinIntentResult withSupportedLocales(Collection<String> supportedLocales)
A list of locales that the intent supports.
supportedLocales
- A list of locales that the intent supports.Locale
public GetBuiltinIntentResult withSupportedLocales(Locale... supportedLocales)
A list of locales that the intent supports.
supportedLocales
- A list of locales that the intent supports.Locale
public 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 Object
Object.toString()
public GetBuiltinIntentResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.