@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)
Marshalls this structured data using the given
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.AssociatedTranscriptFilterName
public String getName()
The name of the field to use for filtering. The allowed names are IntentId and SlotTypeId.
AssociatedTranscriptFilterName
public 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.AssociatedTranscriptFilterName
public 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.AssociatedTranscriptFilterName
public 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 Object
Object.toString()
public AssociatedTranscriptFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.