@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetBuiltinSlotTypesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetBuiltinSlotTypesResult() |
Modifier and Type | Method and Description |
---|---|
GetBuiltinSlotTypesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If the response is truncated, the response includes a pagination token that you can use in your next request to
fetch the next page of slot types.
|
List<BuiltinSlotTypeMetadata> |
getSlotTypes()
An array of
BuiltInSlotTypeMetadata objects, one entry for each slot type returned. |
int |
hashCode() |
void |
setNextToken(String nextToken)
If the response is truncated, the response includes a pagination token that you can use in your next request to
fetch the next page of slot types.
|
void |
setSlotTypes(Collection<BuiltinSlotTypeMetadata> slotTypes)
An array of
BuiltInSlotTypeMetadata objects, one entry for each slot type returned. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetBuiltinSlotTypesResult |
withNextToken(String nextToken)
If the response is truncated, the response includes a pagination token that you can use in your next request to
fetch the next page of slot types.
|
GetBuiltinSlotTypesResult |
withSlotTypes(BuiltinSlotTypeMetadata... slotTypes)
An array of
BuiltInSlotTypeMetadata objects, one entry for each slot type returned. |
GetBuiltinSlotTypesResult |
withSlotTypes(Collection<BuiltinSlotTypeMetadata> slotTypes)
An array of
BuiltInSlotTypeMetadata objects, one entry for each slot type returned. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<BuiltinSlotTypeMetadata> getSlotTypes()
An array of BuiltInSlotTypeMetadata
objects, one entry for each slot type returned.
BuiltInSlotTypeMetadata
objects, one entry for each slot type returned.public void setSlotTypes(Collection<BuiltinSlotTypeMetadata> slotTypes)
An array of BuiltInSlotTypeMetadata
objects, one entry for each slot type returned.
slotTypes
- An array of BuiltInSlotTypeMetadata
objects, one entry for each slot type returned.public GetBuiltinSlotTypesResult withSlotTypes(BuiltinSlotTypeMetadata... slotTypes)
An array of BuiltInSlotTypeMetadata
objects, one entry for each slot type returned.
NOTE: This method appends the values to the existing list (if any). Use
setSlotTypes(java.util.Collection)
or withSlotTypes(java.util.Collection)
if you want to
override the existing values.
slotTypes
- An array of BuiltInSlotTypeMetadata
objects, one entry for each slot type returned.public GetBuiltinSlotTypesResult withSlotTypes(Collection<BuiltinSlotTypeMetadata> slotTypes)
An array of BuiltInSlotTypeMetadata
objects, one entry for each slot type returned.
slotTypes
- An array of BuiltInSlotTypeMetadata
objects, one entry for each slot type returned.public void setNextToken(String nextToken)
If the response is truncated, the response includes a pagination token that you can use in your next request to fetch the next page of slot types.
nextToken
- If the response is truncated, the response includes a pagination token that you can use in your next
request to fetch the next page of slot types.public String getNextToken()
If the response is truncated, the response includes a pagination token that you can use in your next request to fetch the next page of slot types.
public GetBuiltinSlotTypesResult withNextToken(String nextToken)
If the response is truncated, the response includes a pagination token that you can use in your next request to fetch the next page of slot types.
nextToken
- If the response is truncated, the response includes a pagination token that you can use in your next
request to fetch the next page of slot types.public String toString()
toString
in class Object
Object.toString()
public GetBuiltinSlotTypesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.