public ExtendedClientConfiguration()

in src/main/java/com/amazon/sqs/javamessaging/ExtendedClientConfiguration.java [41:46]


    public ExtendedClientConfiguration(ExtendedClientConfiguration other) {
        super(other);
        this.cleanupS3Payload = other.doesCleanupS3Payload();
        this.useLegacyReservedAttributeName = other.usesLegacyReservedAttributeName();
        this.ignorePayloadNotFound = other.ignoresPayloadNotFound();
    }