inlinedResponses

@CanIgnoreReturnValue()
public BatchJobDestination.Builder inlinedResponses(Array<InlinedResponse> inlinedResponses)

Setter for inlinedResponses.

inlinedResponses: The responses to the requests in the batch. Returned when the batch was built using inlined requests. The responses will be in the same order as the input requests.


@CanIgnoreReturnValue()
public BatchJobDestination.Builder inlinedResponses(Array<InlinedResponse.Builder> inlinedResponsesBuilders)

Setter for inlinedResponses builder.

inlinedResponses: The responses to the requests in the batch. Returned when the batch was built using inlined requests. The responses will be in the same order as the input requests.