There was an error while loading. Please reload this page.
1 parent 5006d03 commit d24e4bfCopy full SHA for d24e4bf
1 file changed
codegen/src/main/java/software/amazon/awssdk/codegen/poet/client/traits/LongPollTrait.java
@@ -24,6 +24,7 @@
24
public final class LongPollTrait {
25
private LongPollTrait() {
26
}
27
+
28
public static CodeBlock executionParamSetter(OperationModel operationModel) {
29
if (operationModel.isLongPolling()) {
30
return CodeBlock.of(".withLongPolling(true)");
0 commit comments