Class HttpChecksumTrait
java.lang.Object
software.amazon.awssdk.codegen.poet.client.traits.HttpChecksumTrait
The logic for handling the Flexible "httpChecksum" trait within the code generator.
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.squareup.javapoet.CodeBlock
create
(OperationModel operationModel) Generate a ".putExecutionAttribute(...)" code-block for the provided operation model.static boolean
static boolean
-
Method Details
-
create
Generate a ".putExecutionAttribute(...)" code-block for the provided operation model. This should be used within the context of initializingClientExecutionParams
. If HTTP checksums are not required by the operation, this will return an empty code-block. -
hasRequestAlgorithmMember
-
hasResponseAlgorithms
-