@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListBuiltInSlotTypesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListBuiltInSlotTypesResult() |
Modifier and Type | Method and Description |
---|---|
ListBuiltInSlotTypesResult |
clone() |
boolean |
equals(Object obj) |
List<BuiltInSlotTypeSummary> |
getBuiltInSlotTypeSummaries()
Summary information for the built-in slot types that meet the filter criteria specified in the request.
|
String |
getLocaleId()
The language and locale of the slot types in the list.
|
String |
getNextToken()
A token that indicates whether there are more results to return in a response to the
ListBuiltInSlotTypes operation. |
int |
hashCode() |
void |
setBuiltInSlotTypeSummaries(Collection<BuiltInSlotTypeSummary> builtInSlotTypeSummaries)
Summary information for the built-in slot types that meet the filter criteria specified in the request.
|
void |
setLocaleId(String localeId)
The language and locale of the slot types in the list.
|
void |
setNextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the
ListBuiltInSlotTypes operation. |
String |
toString()
Returns a string representation of this object.
|
ListBuiltInSlotTypesResult |
withBuiltInSlotTypeSummaries(BuiltInSlotTypeSummary... builtInSlotTypeSummaries)
Summary information for the built-in slot types that meet the filter criteria specified in the request.
|
ListBuiltInSlotTypesResult |
withBuiltInSlotTypeSummaries(Collection<BuiltInSlotTypeSummary> builtInSlotTypeSummaries)
Summary information for the built-in slot types that meet the filter criteria specified in the request.
|
ListBuiltInSlotTypesResult |
withLocaleId(String localeId)
The language and locale of the slot types in the list.
|
ListBuiltInSlotTypesResult |
withNextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the
ListBuiltInSlotTypes operation. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<BuiltInSlotTypeSummary> getBuiltInSlotTypeSummaries()
Summary information for the built-in slot types that meet the filter criteria specified in the request. The
length of the list is specified in the maxResults
parameter of the request. If there are more slot
types available, the nextToken
field contains a token to get the next page of results.
maxResults
parameter of the request. If there are
more slot types available, the nextToken
field contains a token to get the next page of
results.public void setBuiltInSlotTypeSummaries(Collection<BuiltInSlotTypeSummary> builtInSlotTypeSummaries)
Summary information for the built-in slot types that meet the filter criteria specified in the request. The
length of the list is specified in the maxResults
parameter of the request. If there are more slot
types available, the nextToken
field contains a token to get the next page of results.
builtInSlotTypeSummaries
- Summary information for the built-in slot types that meet the filter criteria specified in the request.
The length of the list is specified in the maxResults
parameter of the request. If there are
more slot types available, the nextToken
field contains a token to get the next page of
results.public ListBuiltInSlotTypesResult withBuiltInSlotTypeSummaries(BuiltInSlotTypeSummary... builtInSlotTypeSummaries)
Summary information for the built-in slot types that meet the filter criteria specified in the request. The
length of the list is specified in the maxResults
parameter of the request. If there are more slot
types available, the nextToken
field contains a token to get the next page of results.
NOTE: This method appends the values to the existing list (if any). Use
setBuiltInSlotTypeSummaries(java.util.Collection)
or
withBuiltInSlotTypeSummaries(java.util.Collection)
if you want to override the existing values.
builtInSlotTypeSummaries
- Summary information for the built-in slot types that meet the filter criteria specified in the request.
The length of the list is specified in the maxResults
parameter of the request. If there are
more slot types available, the nextToken
field contains a token to get the next page of
results.public ListBuiltInSlotTypesResult withBuiltInSlotTypeSummaries(Collection<BuiltInSlotTypeSummary> builtInSlotTypeSummaries)
Summary information for the built-in slot types that meet the filter criteria specified in the request. The
length of the list is specified in the maxResults
parameter of the request. If there are more slot
types available, the nextToken
field contains a token to get the next page of results.
builtInSlotTypeSummaries
- Summary information for the built-in slot types that meet the filter criteria specified in the request.
The length of the list is specified in the maxResults
parameter of the request. If there are
more slot types available, the nextToken
field contains a token to get the next page of
results.public void setNextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the
ListBuiltInSlotTypes
operation. If the nextToken
field is present, you send the
contents as the nextToken
parameter of a LIstBuiltInSlotTypes
operation request to get
the next page of results.
nextToken
- A token that indicates whether there are more results to return in a response to the
ListBuiltInSlotTypes
operation. If the nextToken
field is present, you send the
contents as the nextToken
parameter of a LIstBuiltInSlotTypes
operation request
to get the next page of results.public String getNextToken()
A token that indicates whether there are more results to return in a response to the
ListBuiltInSlotTypes
operation. If the nextToken
field is present, you send the
contents as the nextToken
parameter of a LIstBuiltInSlotTypes
operation request to get
the next page of results.
ListBuiltInSlotTypes
operation. If the nextToken
field is present, you send the
contents as the nextToken
parameter of a LIstBuiltInSlotTypes
operation request
to get the next page of results.public ListBuiltInSlotTypesResult withNextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the
ListBuiltInSlotTypes
operation. If the nextToken
field is present, you send the
contents as the nextToken
parameter of a LIstBuiltInSlotTypes
operation request to get
the next page of results.
nextToken
- A token that indicates whether there are more results to return in a response to the
ListBuiltInSlotTypes
operation. If the nextToken
field is present, you send the
contents as the nextToken
parameter of a LIstBuiltInSlotTypes
operation request
to get the next page of results.public void setLocaleId(String localeId)
The language and locale of the slot types in the list.
localeId
- The language and locale of the slot types in the list.public String getLocaleId()
The language and locale of the slot types in the list.
public ListBuiltInSlotTypesResult withLocaleId(String localeId)
The language and locale of the slot types in the list.
localeId
- The language and locale of the slot types in the list.public String toString()
toString
in class Object
Object.toString()
public ListBuiltInSlotTypesResult clone()