@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 criteiraSearchContactsMatchType
public String getMatchType()
The match type of multiple transcript criteira
SearchContactsMatchType
public Transcript withMatchType(String matchType)
The match type of multiple transcript criteira
matchType
- The match type of multiple transcript criteiraSearchContactsMatchType
public Transcript withMatchType(SearchContactsMatchType matchType)
The match type of multiple transcript criteira
matchType
- The match type of multiple transcript criteiraSearchContactsMatchType
public String toString()
toString
in class Object
Object.toString()
public Transcript clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.