All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkus.dynamodb.runtime.NettyHttpClientConfig$SdkEventLoopGroupConfig$$accessor Maven / Gradle / Ivy

package io.quarkus.dynamodb.runtime;
public final class NettyHttpClientConfig$SdkEventLoopGroupConfig$$accessor {
    private NettyHttpClientConfig$SdkEventLoopGroupConfig$$accessor() {}
    @SuppressWarnings("unchecked")
    public static boolean get_override(Object __instance) {
        return ((io.quarkus.dynamodb.runtime.NettyHttpClientConfig.SdkEventLoopGroupConfig)__instance).override;
    }
    @SuppressWarnings("unchecked")
    public static void set_override(Object __instance, boolean override) {
        ((io.quarkus.dynamodb.runtime.NettyHttpClientConfig.SdkEventLoopGroupConfig)__instance).override = override;
    }
    @SuppressWarnings("unchecked")
    public static Object get_numberOfThreads(Object __instance) {
        return ((io.quarkus.dynamodb.runtime.NettyHttpClientConfig.SdkEventLoopGroupConfig)__instance).numberOfThreads;
    }
    @SuppressWarnings("unchecked")
    public static void set_numberOfThreads(Object __instance, Object numberOfThreads) {
        ((io.quarkus.dynamodb.runtime.NettyHttpClientConfig.SdkEventLoopGroupConfig)__instance).numberOfThreads = (java.util.Optional)numberOfThreads;
    }
    @SuppressWarnings("unchecked")
    public static Object get_threadNamePrefix(Object __instance) {
        return ((io.quarkus.dynamodb.runtime.NettyHttpClientConfig.SdkEventLoopGroupConfig)__instance).threadNamePrefix;
    }
    @SuppressWarnings("unchecked")
    public static void set_threadNamePrefix(Object __instance, Object threadNamePrefix) {
        ((io.quarkus.dynamodb.runtime.NettyHttpClientConfig.SdkEventLoopGroupConfig)__instance).threadNamePrefix = (java.util.Optional)threadNamePrefix;
    }
    public static Object construct() {
        return new io.quarkus.dynamodb.runtime.NettyHttpClientConfig.SdkEventLoopGroupConfig();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy