@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Transcript extends Object implements Serializable, Cloneable, StructuredPojo
The transcript object used to search results.
| Constructor and Description | 
|---|
Transcript()  | 
| Modifier and Type | Method and Description | 
|---|---|
Transcript | 
clone()  | 
boolean | 
equals(Object obj)  | 
List<TranscriptCriteria> | 
getCriteria()
 The array of transcript search criteria 
 | 
String | 
getMatchType()
 The match type of multiple transcript criteira 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setCriteria(Collection<TranscriptCriteria> criteria)
 The array of transcript search criteria 
 | 
void | 
setMatchType(String matchType)
 The match type of multiple transcript criteira 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
Transcript | 
withCriteria(Collection<TranscriptCriteria> criteria)
 The array of transcript search criteria 
 | 
Transcript | 
withCriteria(TranscriptCriteria... criteria)
 The array of transcript search criteria 
 | 
Transcript | 
withMatchType(SearchContactsMatchType matchType)
 The match type of multiple transcript criteira 
 | 
Transcript | 
withMatchType(String matchType)
 The match type of multiple transcript criteira 
 | 
public List<TranscriptCriteria> getCriteria()
The array of transcript search criteria
public void setCriteria(Collection<TranscriptCriteria> criteria)
The array of transcript search criteria
criteria - The array of transcript search criteriapublic Transcript withCriteria(TranscriptCriteria... criteria)
The array of transcript search criteria
 NOTE: This method appends the values to the existing list (if any). Use
 setCriteria(java.util.Collection) or withCriteria(java.util.Collection) if you want to override
 the existing values.
 
criteria - The array of transcript search criteriapublic Transcript withCriteria(Collection<TranscriptCriteria> criteria)
The array of transcript search criteria
criteria - The array of transcript search criteriapublic void setMatchType(String matchType)
The match type of multiple transcript criteira
matchType - The match type of multiple transcript criteiraSearchContactsMatchTypepublic String getMatchType()
The match type of multiple transcript criteira
SearchContactsMatchTypepublic Transcript withMatchType(String matchType)
The match type of multiple transcript criteira
matchType - The match type of multiple transcript criteiraSearchContactsMatchTypepublic Transcript withMatchType(SearchContactsMatchType matchType)
The match type of multiple transcript criteira
matchType - The match type of multiple transcript criteiraSearchContactsMatchTypepublic String toString()
toString in class ObjectObject.toString()public Transcript clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.