@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTranscriptRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetTranscriptRequest() |
Modifier and Type | Method and Description |
---|---|
GetTranscriptRequest |
clone() |
boolean |
equals(Object obj) |
String |
getConnectionToken()
The authentication token associated with the participant's connection.
|
String |
getContactId()
The contactId from the current contact chain for which transcript is needed.
|
Integer |
getMaxResults()
The maximum number of results to return in the page.
|
String |
getNextToken()
The pagination token.
|
String |
getScanDirection()
The direction from StartPosition from which to retrieve message.
|
String |
getSortOrder()
The sort order for the records.
|
StartPosition |
getStartPosition()
A filtering option for where to start.
|
int |
hashCode() |
void |
setConnectionToken(String connectionToken)
The authentication token associated with the participant's connection.
|
void |
setContactId(String contactId)
The contactId from the current contact chain for which transcript is needed.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in the page.
|
void |
setNextToken(String nextToken)
The pagination token.
|
void |
setScanDirection(String scanDirection)
The direction from StartPosition from which to retrieve message.
|
void |
setSortOrder(String sortOrder)
The sort order for the records.
|
void |
setStartPosition(StartPosition startPosition)
A filtering option for where to start.
|
String |
toString()
Returns a string representation of this object.
|
GetTranscriptRequest |
withConnectionToken(String connectionToken)
The authentication token associated with the participant's connection.
|
GetTranscriptRequest |
withContactId(String contactId)
The contactId from the current contact chain for which transcript is needed.
|
GetTranscriptRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in the page.
|
GetTranscriptRequest |
withNextToken(String nextToken)
The pagination token.
|
GetTranscriptRequest |
withScanDirection(ScanDirection scanDirection)
The direction from StartPosition from which to retrieve message.
|
GetTranscriptRequest |
withScanDirection(String scanDirection)
The direction from StartPosition from which to retrieve message.
|
GetTranscriptRequest |
withSortOrder(SortKey sortOrder)
The sort order for the records.
|
GetTranscriptRequest |
withSortOrder(String sortOrder)
The sort order for the records.
|
GetTranscriptRequest |
withStartPosition(StartPosition startPosition)
A filtering option for where to start.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setContactId(String contactId)
The contactId from the current contact chain for which transcript is needed.
contactId
- The contactId from the current contact chain for which transcript is needed.public String getContactId()
The contactId from the current contact chain for which transcript is needed.
public GetTranscriptRequest withContactId(String contactId)
The contactId from the current contact chain for which transcript is needed.
contactId
- The contactId from the current contact chain for which transcript is needed.public void setMaxResults(Integer maxResults)
The maximum number of results to return in the page. Default: 10.
maxResults
- The maximum number of results to return in the page. Default: 10.public Integer getMaxResults()
The maximum number of results to return in the page. Default: 10.
public GetTranscriptRequest withMaxResults(Integer maxResults)
The maximum number of results to return in the page. Default: 10.
maxResults
- The maximum number of results to return in the page. Default: 10.public void setNextToken(String nextToken)
The pagination token. Use the value returned previously in the next subsequent request to retrieve the next set of results.
nextToken
- The pagination token. Use the value returned previously in the next subsequent request to retrieve the
next set of results.public String getNextToken()
The pagination token. Use the value returned previously in the next subsequent request to retrieve the next set of results.
public GetTranscriptRequest withNextToken(String nextToken)
The pagination token. Use the value returned previously in the next subsequent request to retrieve the next set of results.
nextToken
- The pagination token. Use the value returned previously in the next subsequent request to retrieve the
next set of results.public void setScanDirection(String scanDirection)
The direction from StartPosition from which to retrieve message. Default: BACKWARD when no StartPosition is provided, FORWARD with StartPosition.
scanDirection
- The direction from StartPosition from which to retrieve message. Default: BACKWARD when no StartPosition
is provided, FORWARD with StartPosition.ScanDirection
public String getScanDirection()
The direction from StartPosition from which to retrieve message. Default: BACKWARD when no StartPosition is provided, FORWARD with StartPosition.
ScanDirection
public GetTranscriptRequest withScanDirection(String scanDirection)
The direction from StartPosition from which to retrieve message. Default: BACKWARD when no StartPosition is provided, FORWARD with StartPosition.
scanDirection
- The direction from StartPosition from which to retrieve message. Default: BACKWARD when no StartPosition
is provided, FORWARD with StartPosition.ScanDirection
public GetTranscriptRequest withScanDirection(ScanDirection scanDirection)
The direction from StartPosition from which to retrieve message. Default: BACKWARD when no StartPosition is provided, FORWARD with StartPosition.
scanDirection
- The direction from StartPosition from which to retrieve message. Default: BACKWARD when no StartPosition
is provided, FORWARD with StartPosition.ScanDirection
public void setSortOrder(String sortOrder)
The sort order for the records. Default: DESCENDING.
sortOrder
- The sort order for the records. Default: DESCENDING.SortKey
public String getSortOrder()
The sort order for the records. Default: DESCENDING.
SortKey
public GetTranscriptRequest withSortOrder(String sortOrder)
The sort order for the records. Default: DESCENDING.
sortOrder
- The sort order for the records. Default: DESCENDING.SortKey
public GetTranscriptRequest withSortOrder(SortKey sortOrder)
The sort order for the records. Default: DESCENDING.
sortOrder
- The sort order for the records. Default: DESCENDING.SortKey
public void setStartPosition(StartPosition startPosition)
A filtering option for where to start.
startPosition
- A filtering option for where to start.public StartPosition getStartPosition()
A filtering option for where to start.
public GetTranscriptRequest withStartPosition(StartPosition startPosition)
A filtering option for where to start.
startPosition
- A filtering option for where to start.public void setConnectionToken(String connectionToken)
The authentication token associated with the participant's connection.
connectionToken
- The authentication token associated with the participant's connection.public String getConnectionToken()
The authentication token associated with the participant's connection.
public GetTranscriptRequest withConnectionToken(String connectionToken)
The authentication token associated with the participant's connection.
connectionToken
- The authentication token associated with the participant's connection.public String toString()
toString
in class Object
Object.toString()
public GetTranscriptRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2021. All rights reserved.