Class GetTranscriptRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.connectparticipant.model.ConnectParticipantRequest
-
- software.amazon.awssdk.services.connectparticipant.model.GetTranscriptRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetTranscriptRequest.Builder,GetTranscriptRequest>
@Generated("software.amazon.awssdk:codegen") public final class GetTranscriptRequest extends ConnectParticipantRequest implements ToCopyableBuilder<GetTranscriptRequest.Builder,GetTranscriptRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetTranscriptRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetTranscriptRequest.Builderbuilder()StringconnectionToken()The authentication token associated with the participant's connection.StringcontactId()The contactId from the current contact chain for which transcript is needed.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The maximum number of results to return in the page.StringnextToken()The pagination token.ScanDirectionscanDirection()The direction from StartPosition from which to retrieve message.StringscanDirectionAsString()The direction from StartPosition from which to retrieve message.List<SdkField<?>>sdkFields()static Class<? extends GetTranscriptRequest.Builder>serializableBuilderClass()SortKeysortOrder()The sort order for the records.StringsortOrderAsString()The sort order for the records.StartPositionstartPosition()A filtering option for where to start.GetTranscriptRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
contactId
public final String contactId()
The contactId from the current contact chain for which transcript is needed.
- Returns:
- The contactId from the current contact chain for which transcript is needed.
-
maxResults
public final Integer maxResults()
The maximum number of results to return in the page. Default: 10.
- Returns:
- The maximum number of results to return in the page. Default: 10.
-
nextToken
public final String nextToken()
The pagination token. Use the value returned previously in the next subsequent request to retrieve the next set of results.
- Returns:
- The pagination token. Use the value returned previously in the next subsequent request to retrieve the next set of results.
-
scanDirection
public final ScanDirection scanDirection()
The direction from StartPosition from which to retrieve message. Default: BACKWARD when no StartPosition is provided, FORWARD with StartPosition.
If the service returns an enum value that is not available in the current SDK version,
scanDirectionwill returnScanDirection.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromscanDirectionAsString().- Returns:
- The direction from StartPosition from which to retrieve message. Default: BACKWARD when no StartPosition is provided, FORWARD with StartPosition.
- See Also:
ScanDirection
-
scanDirectionAsString
public final String scanDirectionAsString()
The direction from StartPosition from which to retrieve message. Default: BACKWARD when no StartPosition is provided, FORWARD with StartPosition.
If the service returns an enum value that is not available in the current SDK version,
scanDirectionwill returnScanDirection.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromscanDirectionAsString().- Returns:
- The direction from StartPosition from which to retrieve message. Default: BACKWARD when no StartPosition is provided, FORWARD with StartPosition.
- See Also:
ScanDirection
-
sortOrder
public final SortKey sortOrder()
The sort order for the records. Default: DESCENDING.
If the service returns an enum value that is not available in the current SDK version,
sortOrderwill returnSortKey.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortOrderAsString().- Returns:
- The sort order for the records. Default: DESCENDING.
- See Also:
SortKey
-
sortOrderAsString
public final String sortOrderAsString()
The sort order for the records. Default: DESCENDING.
If the service returns an enum value that is not available in the current SDK version,
sortOrderwill returnSortKey.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortOrderAsString().- Returns:
- The sort order for the records. Default: DESCENDING.
- See Also:
SortKey
-
startPosition
public final StartPosition startPosition()
A filtering option for where to start.
- Returns:
- A filtering option for where to start.
-
connectionToken
public final String connectionToken()
The authentication token associated with the participant's connection.
- Returns:
- The authentication token associated with the participant's connection.
-
toBuilder
public GetTranscriptRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetTranscriptRequest.Builder,GetTranscriptRequest>- Specified by:
toBuilderin classConnectParticipantRequest
-
builder
public static GetTranscriptRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetTranscriptRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-