@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociatedTranscriptFilter extends Object implements Serializable, Cloneable, StructuredPojo
Filters to search for the associated transcript.
| Constructor and Description |
|---|
AssociatedTranscriptFilter() |
| Modifier and Type | Method and Description |
|---|---|
AssociatedTranscriptFilter |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the field to use for filtering.
|
List<String> |
getValues()
The values to use to filter the transcript.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setName(String name)
The name of the field to use for filtering.
|
void |
setValues(Collection<String> values)
The values to use to filter the transcript.
|
String |
toString()
Returns a string representation of this object.
|
AssociatedTranscriptFilter |
withName(AssociatedTranscriptFilterName name)
The name of the field to use for filtering.
|
AssociatedTranscriptFilter |
withName(String name)
The name of the field to use for filtering.
|
AssociatedTranscriptFilter |
withValues(Collection<String> values)
The values to use to filter the transcript.
|
AssociatedTranscriptFilter |
withValues(String... values)
The values to use to filter the transcript.
|
public void setName(String name)
The name of the field to use for filtering. The allowed names are IntentId and SlotTypeId.
name - The name of the field to use for filtering. The allowed names are IntentId and SlotTypeId.AssociatedTranscriptFilterNamepublic String getName()
The name of the field to use for filtering. The allowed names are IntentId and SlotTypeId.
AssociatedTranscriptFilterNamepublic AssociatedTranscriptFilter withName(String name)
The name of the field to use for filtering. The allowed names are IntentId and SlotTypeId.
name - The name of the field to use for filtering. The allowed names are IntentId and SlotTypeId.AssociatedTranscriptFilterNamepublic AssociatedTranscriptFilter withName(AssociatedTranscriptFilterName name)
The name of the field to use for filtering. The allowed names are IntentId and SlotTypeId.
name - The name of the field to use for filtering. The allowed names are IntentId and SlotTypeId.AssociatedTranscriptFilterNamepublic List<String> getValues()
The values to use to filter the transcript.
public void setValues(Collection<String> values)
The values to use to filter the transcript.
values - The values to use to filter the transcript.public AssociatedTranscriptFilter withValues(String... values)
The values to use to filter the transcript.
NOTE: This method appends the values to the existing list (if any). Use
setValues(java.util.Collection) or withValues(java.util.Collection) if you want to override the
existing values.
values - The values to use to filter the transcript.public AssociatedTranscriptFilter withValues(Collection<String> values)
The values to use to filter the transcript.
values - The values to use to filter the transcript.public String toString()
toString in class ObjectObject.toString()public AssociatedTranscriptFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.